I am working with a Image/Video Application.
I need to display and play any video file in browser. Now i am using the following Embed Tag.
Expand|Select|Wrap|Line Numbers
- <OBJECT
- ID="mediaPlayer"
- CLASSID= "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
- CODEBASE= "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
- TYPE="application/x-oleobject"
- STANDBY="Loading media player components..."
- HEIGHT="200" WIDTH="250">
- <PARAM NAME="showcontrols" VALUE="true">
- <PARAM NAME="autostart" VALUE="false">
- <PARAM NAME="loop" VALUE="false">
- <PARAM NAME="filename" VALUE="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>">
- <EMBED TYPE="video/x-msvideo"
- STANDBY="Loading media player components…"
- CONTROLLER="true"
- CONTROLS="ImageWindow,ControlPanel"
- SHOWCONTROLS="true"
- AUTOSTART="false"
- HEIGHT="200" WIDTH="250"
- SRC="photo/video/<%=category%>/<%=image.elementAt(i*4+1)%>" >
- </OBJECT>
So if anyone can help me, for playing all types of video files in any browsers.
I am waiting for replies...
Thanks & Regards,
Tamilvanan