Islandmix 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

Islandmix Video BBCode

Post by BBCode Bot »

Islandmix Video BBCode

Author: Christopher Kessell
Description: The Islandmix Video BBCode lets you embed videos from islandmix.com

BBCode:

Code: Select all

[islandmixvid]{NUMBER}[/islandmixvid]
HTML:

Code: Select all

<object width='560' height='340'><param name='movie' value='http://www.islandmix.com/video/flv_player/Main.swf' /> <param name='FlashVars' value='config=http://www.islandmix.com/video/flv_player/data/playerConfigEmbed/{NUMBER}.xml' /> <embed src='http://www.islandmix.com/video/flv_player/Main.swf' quality='high' width='560' height='340' FlashVars='config=http://www.islandmix.com/video/flv_player/data/playerConfigEmbed/{NUMBER}.xml' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed></object>
Helpline:

Code: Select all

Islandmix Video: [islandmixvid]URL to Video ID only[/islandmixvid]
Example:

Code: Select all

[islandmixvid]290[/islandmixvid]
Demo:
[islandmixvid]290[/islandmixvid]
Locked