si tu foro esta en php
deberia de ser algo asi
Código PHP:
$text = preg_replace("/\[flash=(\S+?),(\S+?)\](\S+?)\[\/flash\]/is", "<center> <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\\1 height=\\2><param name=movie value=\\3><param name=play value=true><param name=loop value=true><param name=quality value=high><embed src=\\3 width=\\1 height=\\2 play=true loop=true quality=high></embed></object></center>", $text);