Monday, 1 December 2008

Flash overlapping html elements

I don't have to change the Z-Index of flash animations very often, which is why I forget how to do it.

To fix it:
  • Add <param name="wmode" value="transparent"> to the OBJECT tag.
  • Add wmode="transparent" to the EMBED tag.
Found the solution (most recently) here.

No comments: