Just to clarify what I meant by using the
wmode attribute. Your Flash code would approximate to the sample code snippet below:
Code:
<object ...>
<param name="wmode" value="opaque">
<embed wmode="opaque" ...>
</embed>
</object>
This would allow div elements / dhtml layers to overlap the Flash content.
Paul