Embedded Flash movies do not always obey element order and z-index
.
To fix this, set the wmode
attribute to transparent
in both <object>
and <embed>
tags:
<object ... >
<param name="wmode" value="transparent" />
<embed ... wmode="transparent" />
</object>
Posted by Henning Koch to makandra dev (2010-09-09 17:15)