Author: Stoker
Description: The DivX Video BBCode can be used for embedding AVI and DivX files in the posts.
Note! You need DivX on your PC to be able to watch DivX videos.
BBCode:
Code: Select all
[divx]{URL}[/divx]
Code: Select all
<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="500" height="410" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">
<param name="mode" value="full" />
<param name="autoPlay" value="false" />
<param name="src" value="{URL}" />
<embed type="video/divx" src="{URL}" mode="full" width="500" height="410" autoPlay="false" pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object>
Code: Select all
DivX: [divx]Link to avi file[/divx]
Code: Select all
[divx]http://download.divx.com/divxlabs/Apples_and_Oranges_Trailer_720-12Mbps.divx[/divx]
[divx]http://download.divx.com/divxlabs/Apple ... 2Mbps.divx[/divx]