Help

     Forum      Videos      Knowledge Base      Hire Us      Hosting Providers     Sandbox >

Knowledge Base

Content Management

 

Why does my menu appear behind a Flash applet?

If you added the Flash applet via the rich-text editor then make sure that wmode in the advanced media properties is set to transparent.

If you added the Flash applet code manually, then make sure that wmode is set to transparent in both a param tag and in the embed tag, like the example code below shows.

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


Back