Click to See Complete Forum and Search --> : wmv vs Firefox


milax
09-10-2009, 10:24 AM
I don't know what should I do. Google doesn't help me.
When I try to embed wmv video to document it's not shown in Firefox but is shown in other browsers (Chrome, IE7/8, Opera). Why?

Code here:
<object ID="Player" width="330" height="310" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">

<param name="autoStart" value="True">
<param name="uiMode" value="full">
<param name="volume" value="100">
<param name="mute" value="false">
<param name="URL" value="video.wmv">

<embed src="video.wmv" width="330" height="310" autoStart="True" uiMode="full" volume="100" mute="false"></embed>

</object>

Please help me...

gil davis
09-10-2009, 02:39 PM
<embed type="application/x-mplayer2" src="video.wmv" width="330" height="310" autoStart="True" uiMode="full" volume="100" mute="false"></embed>

Eye for Video
09-11-2009, 01:32 AM
And be sure that your version of FF has the appropriate WMP pluggin.
EfV

milax
09-11-2009, 02:55 AM
gil davis
It doesn't work :(

Eye for Video
Is it possible to play video in Firefox without install specific plugin?

gil davis
09-11-2009, 06:57 AM
Worked for me, once the page was uploaded on a server. It would not work from my hard drive regardless of syntax. However, it did show the player.

Are you sure the video is where you think it is?

And, yes, you need the plug-in, but FF should have found it by itself.

milax
09-11-2009, 08:48 AM
Are you sure the video is where you think it is?
Yes. It's because the video is opened in other browsers and isn't opened only in FF.

And, yes, you need the plug-in, but FF should have found it by itself.
Is it impossible without the plug-in?

Eye for Video
09-11-2009, 08:58 AM
Test your FF by trying to open the wmv directly. From the main menu File/Open File.
Can you play the video?
EfV