Islandmix Audio BBCode

Music BBCode Database
BBCodes for embedding Music players
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 Audio BBCode

Post by BBCode Bot »

Islandmix Audio BBCode

Author: Christopher Kessell
Description: The Islandmix Audio BBCode lets you embed an audio player from islandmix.com

BBCode:

Code: Select all

[islandmixaudio]http://www.islandmix.com/avroom/songdetails.php?audioId={SIMPLETEXT}[/islandmixaudio]
HTML:

Code: Select all

<object width="350" height="135"> <param name="movie" value="http://www.islandmix.com/flash/mp3player_single.swf?userid=13203&songid={SIMPLETEXT}&autorun=1&path=http://www.islandmix.com/"> </param> <param name="wmode" value="transparent"> </param> <embed src="http://www.islandmix.com/flash/mp3player_single.swf?userid=13203&songid={SIMPLETEXT}&autorun=0&path=http://www.islandmix.com/" type="application/x-shockwave-flash" wmode="transparent" width="350" height="135"> </embed> </object><div style='float:left;'><a rel='nofollow' href='http://www.islandmix.com/avroom/songdetails.php?audioId={SIMPLETEXT} style='text-decoration:none;cursor:pointer;'></a></div>
Helpline:

Code: Select all

Islandmix Audio: [islandmixaudio]Entire URL[/islandmixaudio]
Example:

Code: Select all

[islandmixaudio]http://www.islandmix.com/avroom/songdetails.php?audioId=295[/islandmixaudio]
Demo:
[islandmixaudio]http://www.islandmix.com/avroom/songdet ... udioId=295[/islandmixaudio]
Locked