Flash SWF movie bleeds into an element covering it

Updated . Posted . Visible to the public.

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>
Henning Koch
Last edit
Keywords
swf, clippy
License
Source code in this card is licensed under the MIT License.
Posted by Henning Koch to makandra dev (2010-09-09 17:15)