Hello,
I am trying to view a movie in the activeX control. To add it to my webpage I use the following code:
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width=320
height=240 id="v1"
events="True">
<param name="ShowDisplay" value="True"/>
<param name="AutoPlay" value="True"/>
<param name="Enabled" value="true" />
<param name="Volume" value="100">
<param name="mrl" value="http://193.147.53.29/prueva.mpg">
</OBJECT>
But I dont see anything, even the control bar of the activeX. Am I doing something wrong in this code?