weee
06-13-2005, 09:03 PM
I have this simple code to strem a video. It works well on IE but I can't see nothing on FF.
Why's that? How can I fix it?
Here's the code:
<OBJECT ID="Player" width="340" height="320" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT>
<PARAM name="autoStart" value="false">
<PARAM name="ShowControls" value="true">
<param name="ShowStatusBar" value="true">
<PARAM name="volume" VALUE="40">
<PARAM name="URL" value="video.wmv"></OBJECT>
Thanks!
Why's that? How can I fix it?
Here's the code:
<OBJECT ID="Player" width="340" height="320" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT>
<PARAM name="autoStart" value="false">
<PARAM name="ShowControls" value="true">
<param name="ShowStatusBar" value="true">
<PARAM name="volume" VALUE="40">
<PARAM name="URL" value="video.wmv"></OBJECT>
Thanks!