Jump to content

How to play AVI file in a php web page


buddhika2010

Recommended Posts

filling out the form and clicking generate makes the code, here's an example i did.

 

<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="320" height="260" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">

<param name="custommode" value="none" />

  <param name="previewImage" value="image.png" />
  <param name="autoPlay" value="false" />
  <param name="src" value="video.avi" />

<embed type="video/divx" src="video.avi" custommode="none" width="320" height="260" autoPlay="false"  previewImage="image.png"  pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object>
<br />No video? <a href="http://www.divx.com/software/divx-plus/web-player" target="_blank">Download</a> the DivX Plus Web Player.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.