Categories | Question details Back To List | ||
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. ... <embed width="300" height="200" pluginspace="http://www.macromedia.com/go/getflashplayer" target="_blank">http://www. 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 |