I figured out streetfire so I could post them on my car forum Driven2Modify.com
Add you VB tags..
name streetfire
tag streetfire
HTML Code:
<embed src="http://videos.streetfire.net/vidiac.swf" FlashVars="video={param}" quality="high" bgcolor="#ffffff" width="428" height="352" name="ePlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"></embed>
Then add this into your "Insert Video Link" after the googlevideo one.
Code:
else if (my_colors.match("videos.streetfire.net/"))
{
var col_array=my_colors.split("video/");
var part_num=1;
final = col_array[part_num].split(".")
var part_num=0;
return this.insert_text("[streetfire]" + final[part_num] + "[/streetfire]");
}
That should be it!