actually no, the way I have set up you would use a code like this:
Code:
[swf=http://yoursite.com/yourmovie.swf wmode=transparent height=# width=# anyotherparams][/swf]
and it works fine you can also limit the parameters or have none, and display the movie on its custom size just by having this code:
Code:
[swf=http://yoursite.com/yourmovie.swf][/swf]
Here's what I have on the bb code:
vB code tag: swf
vB Code replacement:
Code:
<embed src={option} type=application/x-shockwave-flash></embed>
Code example is above