vlc pbject webpage
Posted: 30 Jun 2006 10:26
Hi,
I have include vlc in my Homepage. With Firefox and Netscape it works fine. And in the IE I have include it like this:
<object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="320" height="240" id="vlc" events="True">
<param name="Src" value="rtsp://localhost:2133" />
<param name="ShowDisplay" value="True" />
<param name="Loop" value="False" />
<param name="AutoPlay" value="False" />
</object>
it also works. The only problem when I click on the player than the vlc player stops displaying or playing.
I have include vlc in my Homepage. With Firefox and Netscape it works fine. And in the IE I have include it like this:
<object classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="320" height="240" id="vlc" events="True">
<param name="Src" value="rtsp://localhost:2133" />
<param name="ShowDisplay" value="True" />
<param name="Loop" value="False" />
<param name="AutoPlay" value="False" />
</object>
it also works. The only problem when I click on the player than the vlc player stops displaying or playing.