Start a conversation

Why do my NavBar menus display behind my Flash file?

A Flash movie may display above all layers regardless of the stacking order. The solution is to set the Flash movie's background transparent using the WMODE tag. This will allow the DHTML layer underneath the Flash movie or layer to appear.

Add the following parameter to the OBJECT tag:

<param name="wmode" value=""transparent" />

 

Add the following parameter to the EMBED tag:

wmode="transparent"

Choose files or drag and drop files
  1. Robert Turner

  2. Posted