> 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) ?
A. See http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox#JavaScript
B. Is your IE using the ActiveX WMP plug-in for IE?
This is different to the WMP plug-in for Firefox.
--
Cheers,
Ralph