Can someone help me out. I'm not real familiar with the code for Windows Media Player. Something in this page is causing it not to load in Firefox.
http://www.powwows.com/radio/high/index.html
Thanks!
| SitePoint Sponsor |




Can someone help me out. I'm not real familiar with the code for Windows Media Player. Something in this page is causing it not to load in Firefox.
http://www.powwows.com/radio/high/index.html
Thanks!
In my firefox the page is loading completely without problems.
oerdec




Does window media player load, and start playing?Originally Posted by oerdec


Page seems to be loading fine for me too but I dont see (or hear) any thing music wise ... should we be?
You might wants to check you FF security and config settings too.
No, it doesn´t start to play. But look at the code:
At first remove the empty <script> and closing </APPLET> - there´s no need for it.HTML Code:<script language="Javascript"> </script> <OBJECT CLASSID="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" ID="WMP"> <PARAM NAME="Name" VALUE="WMP1"> <PARAM NAME="URL" VALUE="mms://67.15.81.161/powwowslivehigh"> </OBJECT> </APPLET>
The last time I embeded a Windows Media File I used
It works. However, that <embed> is not approved by W3C. Search Sitepoint for embed windows media.HTML Code:<embed src="bla.wmv" width="233" height="224" />





He doesn't use embed for the movie.Originally Posted by oerdec
I know. I posted it as an alternative to the <object> tag.
Bookmarks