Page 1 of 1

need html code

Posted: 30 Nov 2006 17:52
by daya143
hi,
i am searching html code of VLC to put the video on my web page .

now i am using window media palyer so i use this code

Code: Select all

<OBJECT id="VIDEO" width="320" height="240" style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="your file or url"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT>
what is the code for vlc player?
please say

Posted: 02 Dec 2006 14:12
by VLC_help
http://tldp.org/REF/VLC-User-Guide/x1574.html
you need browser plugin. And this forum is for feature requests.