hi all,
I want to play 8 video files in a form.Little explanation abt my task.I am generating contols at runtime.so my form will have maximum 8 video controls at a time.I want differnt video files in each controls.I used AxWindowsMediaPlayer and loading the files from the local directory & playing.But the performance very slow.How to make it fast.Any better controls are available.I heard abt Directx.Not used?Where can I get examples AxWindowsMediaPlayer & Directx.
How to make it run faster...
Please advice
Thanks
Loading
Munir ShaikhPosted Aug 3, 2007, 1:54 AM
Here is small code snippet to do this
<
div> <OBJECT id="VIDEO" style="position:absolute; left:0;top:0; width: 360px; height: 271px;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="E:\pula\Tumhare Siva.MP3"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> OBJECT> div>You can even play Video files but constraint is it work with windows only
Regards,
>>Munnamax