Hi All,
I am trying to embed the VLC MEdia Player in the HTML PAge via code given below -
<OBJECT id="vlc" classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab" width="740" height="600" events="True">
<param name="Src" value="http://video.google.com/videofile/angio ... 833&itag=5" />
<param name="ShowDisplay" value="false" />
<param name="AutoLoop" value="true" />
<param name="AutoPlay" value="True" />
<param name="Volume" value="100">
</OBJECT>
This code is working fine for all the files when i am trying to play the files from teh Local HDD.
But when I try to play the file URL - http://video.google.com/videofile/angio ... 833&itag=5 doesn't play.
However the URL - http://code.revolunet.com/VLCjs/rambo.mpg is being played after few seconds.
But I was unable to play the previous URL for .flv file (Wait for half an hour, no response).
Even the .divx and .avi files are not being viewed while playing from the local HDD.
Is there any problem with my code.
Can anybody help me out?
It's urgent.
Thanks,
Atul S