dhtmlXMenu - Menu shows behind Flash

Is there a solution to this issue: dhtmlx.com/docs/products/kb/inde … es&s=flash



I’ve tried to place the container with a high z-index, but that won’t solve the problem:





Also tried to apply that to the CSS file…



I have bought the Professional Edition.



Thanks

Hello,

Unfortunately this is a common problem for activex elements.

Try this way:


<object width=“300” height=“200”
codebase=“www.macromedia.com/go/getflashplayer”
type=“application/x-shockwave-flash” quality=“high”
src="…" wmode=“Transparent”/>

Great, works fine.

i’m using swfobject and need to add:
so.addParam(“wmode”, “transparent”);

Didn’t need to add the position:absolute