This link might be more useful to you (found via Google) … http://kb.adobe.com/selfservice/viewCon … d=tn_14201
Apparently you need to add this between your OBJECT tags:
[code:16ll7h62]<param name="wmode" value="transparent">[/code:16ll7h62]
And this in an EMBED tag
[code:16ll7h62]wmode="transparent"[/code:16ll7h62]
So your code should look something like this:
[code:16ll7h62]
<object>
<param value="blabla.swf" / >
<param name="wmode" value="transparent" / >
<embed src="transparency.swf" wmode="transparent" type="application/x-shockwave-flash">
</embed>
</object>[/code:16ll7h62]
Or at least that’s how I think it works. If it doesn’t, then post back here with a link and I’ll fix it for you. My memory on how these flash videos works is a little fuzzy.