Page 1 of 1

how to use VLC webplugin to work in firefox and Opera?

Posted: 10 Sep 2012 08:18
by hnxzh
I need to use VLC webpluin to play stream file.

I have downloaded 2.0.3 and installed, which normally work in IE8. But in opera and FF, it does'nt work.

the web pages source is:
<object type="application/x-vlc-plugin"
id="vlcplayer"
width="864px"
height="540px"
classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921">
<param name="Volume" value="60" />
<param name="AutoPlay" value="true" />
<param name="AutoLoop" value="false" />
<param name="Src" value="http://192.168.3.12/MOV03023.MPG" />
</object>

Please help me to resove this problem, very very thks!

best regards

Re: how to use VLC webplugin to work in firefox and Opera?

Posted: 30 Jan 2013 02:25
by rgkluver

Code: Select all

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" id="vlcplayer" width="864px" height="540px" loop="true" target="http://192.168.3.12/MOV03023.MPG" autoPlay="true" autoLoop="true"></embed>
??