DivX Video BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

DivX Video BBCode

Post by BBCode Bot »

DivX Video BBCode

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]
HTML:

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>
Helpline:

Code: Select all

DivX: [divx]Link to avi file[/divx]
Example:

Code: Select all

[divx]http://download.divx.com/divxlabs/Apples_and_Oranges_Trailer_720-12Mbps.divx[/divx]
Demo:
[divx]http://download.divx.com/divxlabs/Apple ... 2Mbps.divx[/divx]
Locked