Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Javascript on WMP control doesn't work on firefox

5 views
Skip to first unread message

Ralph Fox

unread,
Sep 27, 2008, 5:50:55 AM9/27/08
to
On Thu, 25 Sep 2008 05:48:44 -0700 (PDT), in message <c47bc702-83d0-466b...@d45g2000hsc.googlegroups.com>,
teogi...@gmail.com wrote:

> 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

0 new messages