Reg-- imeem.com BBCode Version: 1.01

My new BBCode came because a friend wanted to be able to post a music player from Imeem.com on his forum without needing html enabled in his threads. So I decided to make it into a BBCode for him.

This isn't as I would like it to be. So Id call this a Beta. Also all the member adds is the end of the url.

Sign in to your AdminCP,
Scroll down to Custom BBCode,
Click ADD BBCode,

Fill in as follows,
Title-Radio
Tag-radio
Replacement-
Code:
<object width="auto" height="auto" 
  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/
  shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="movie" value="http://media.imeem.com/m/{param}" />
<param name="menu" value="false" />
<param name="quality" value="High" />
<param name="bgcolor" value="" />
<param name="flashvars" 
  value="file=http://media.imeem.com/m/{param}&autostart=false" />
<embed src="http://media.imeem.com/m/{param}" width="auto" height="auto" 
  menu="false" quality="low" bgcolor="" 
  flashvars="file=http://media.imeem.com/m/{param}&autostart=false"
  type="application/x-shockwave-flash" pluginspage=
  "http://www.macromedia.com/go/getflashplayer" />
</embed></object>

Example
-
Code:
Without the space.
[color=Red] [ radio]UM9OM7pqy2[/radio][/color]

Description
-Whatever you want
Use {option}-No

Enjoy :)
 
Back
Top