iPoint Insights (blog)

Flash and the z-index problem

Related Insights

by | Nov 4, 2011 | Web Design

To fix the z-index problem in flash all you have to do is set a parameter. Examples below.

Add this to the Object as parameter for Firefox.

<param name=”wmode” value=”opaque” />

Add this for IE in the Embed statement.

wmode=”opaque”