Wrong Spot for Transparent Flash element

I’m searching, what I’m doing wrong to make a flash object transparent. I have the syntax right but, maybe it’s in the wrong spot ? Where do I embed wmode=transparent for both regular and IE browsers?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="230">
        <param name="movie" value="" />
        <param name="wmode" value="transparent"></param>
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="" width="320" height="260">

Come to think of it, I’m going to check if when I exported it the flash stage had a white background that is embedded :slight_smile:

I would hav thought the inner one would be an embed, in which case you’d also add wmode=“opaque”.

Could you post your full code?

Otherwise, see if this helps: