Viddler 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

Viddler Video BBCode

Post by BBCode Bot »

Viddler Video BBCode

Author: Penguin Comrade
Description: With the Viddler Video BBCode you can embed Viddler videos onto your forums.

BBCode:

Code: Select all

[viddler]{IDENTIFIER}[/viddler]
HTML:

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="414" id="viddler_{IDENTIFIER}"><param name="wmode" value="transparent" /><param name="movie" value="http://www.viddler.com/player/{IDENTIFIER}/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/{IDENTIFIER}/" width="545" height="414" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_{IDENTIFIER}" wmode="transparent"></embed></object>
Helpline:

Code: Select all

Vidler Video: [viddler]Video ID[/viddler]
Enter the video ID -- the video ID is the part after "viddler_" in the embed code.
Example:

Code: Select all

[viddler]da0dae26[/viddler]
Demo:
[viddler]da0dae26[/viddler]
Locked