Quote:
Originally Posted by macc
|
I looks like DIVX may have updated their embed code recently. Let's try this. Open up your DIVX definition and change the
Replacement HTML with this:
Code:
<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="512" height="384" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
<param name="custommode" value="none" />
<param name="autoPlay" value="false" />
<param name="src" value="$p1" />
<embed type="video/divx" src="$p1" custommode="none" width="512" height="384" autoPlay="false" pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object>