Hello everybody i've this code:
<SCRIPT LANGUAGE="javascript">
        function CheckPlayer()
        {
                document.formular1.clipCopyright.value =
document.MP9.GetMediaInfoString(10);
                if (document.formular1.clipCopyright.value=='')
                {
                document.formular1.clipCopyright.value='ATTENDERE LA
LEZIONE STA PER INIZIARE';
                }
                                if (MP9.playState!=3)
                {
                MP9.play();
                }
                                if
(document.formular1.clipCopyright.value=='ScuolaOnline')
                                {
                document.formular1.clipCopyright.value='Lezione
Attiva';
                }
                return 0;
        }
</SCRIPT>
Why doesn't work on firefix (it works on IE) ?
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to