2009-12-22, 12:36 AM
I am sure someone else has already done this.but just in case here is a simple flash code I made.
Title: Flash
Short Description: A flash bbcode
Regular Expression: \[flash\](.*?)\[/flash\](you can put what you want)
Replacement: <object width="400" height="400">
<param name="movie" value="$1">
<embed src="$1" width="400" height="400" type="application/x-shockwave-flash"></embed>
</object>
That simple .
Title: Flash
Short Description: A flash bbcode
Regular Expression: \[flash\](.*?)\[/flash\](you can put what you want)
Replacement: <object width="400" height="400">
<param name="movie" value="$1">
<embed src="$1" width="400" height="400" type="application/x-shockwave-flash"></embed>
</object>
That simple .