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”
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”