Click to See Complete Forum and Search --> : A simple video code doesn't work on FF - why?


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!

DaveSW
06-14-2005, 07:30 AM
could it be anything do do with the file being a windows media file?

weee
06-14-2005, 11:47 AM
I don't know... the file is a windows media file.
Is there any script I can use to show something else to FF users?