It already is more or less. Flash is a special case though and needs to be set wmode transparent. How this is done varies depending upon the tags you are using for the flash and especially with some uses of javascript to overcome 'click to activate' but, basically you add this param:
Code:
<param name="wmode" value="transparent">
to the object tag and this attribute:
Code:
wmode="transparent"
to the embed tag.
If you already have that working but still have a problem, the z-index style of the DHTML Window may need to be increased.
Bookmarks