Internet and Programming are not only for the Genius.
Utilize Internet and Programming for Your Own Benefits. Have fun with it.

 
Showing posts with label Video. Show all posts
Showing posts with label Video. Show all posts

Friday, May 18, 2007

How to Embed DivX

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

<param name="src" value="../../videos/video1.divx" />

<embed type="video/divx" src="../../videos/video1.divx"
width="320" height="212"
pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object>