Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Luis Domingues on Nov 23, 2008 05:59
open dhtmlx forum
dhtmlXMenu - Menu shows behind Flash

Is there a solution to this issue: http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=5891&ssr=yes&s=flash

I've tried to place the container with a high z-index, but that won't solve the problem: <div id="menuObj" style="z-index: 2">

Also tried to apply that to the CSS file...

I have bought the Professional Edition.

Thanks
Answer posted by Support on Nov 24, 2008 03:13
Hello,

Unfortunately this is a common problem for activex elements.

Try this way:

<object width="300" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" target="_blank">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-
11cf-96B8-444553540000" style="position: relative;">
    ...
    <embed width="300" height="200" pluginspace="http://www.macromedia.com/go/getflashplayer" target="_blank">http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" quality="high" src="..." wmode="Transparent"/>
Answer posted by Luis Domingues on Nov 26, 2008 14:04
Great, works fine.

i'm using swfobject and need to add:
so.addParam("wmode", "transparent");

Didn't need to add the position:absolute