oh i havent change that yet, my bad everyone. Ok here is the new fixed one for the swf, sorry bout that.
Tag: swf
Example:
HTML Code:
[swf=width=547 height=164]path to swf file[/swf]
Replacement:
HTML Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
{option} align="">
<param name=movie value="{param}">
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
<embed src="{param}" quality=high bgcolor=#FFFFFF {option} align=""
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
Well here another BBcode i made - this will change the size of a image the user include in their post by percent.
Tag: timg
Example: [timg]path to image[/timg]
Replacement:
HTML Code:
<img src="{param}" border="1" width="40%"><br>
<a href="{param}" target="_blank"><smallfont>Click Here for Original</smallfont></a>