Flash is always on top. This is normal. However it is possible to use the function addParam("wmode", "transparent"); in javascript, to make it work. Can you give us the code from the inserted flash? The part between <script type...flash.../script>
Dino
yes, code for teh flash is.
<div class=”flash”>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="282" id="any" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="/swf/AllCountryClouds.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#666666" />
<embed src="/swf/AllCountryClouds.swf" quality="high" bgcolor="#666666" width="750" height="282" name="any" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object>
Sadly, that did not work…I understand that flash is always on top but i have floated things above flash before and i using the wmode does work, but my guess is that the pop up in NextGen has code that conflicts perhaps..
The guy already has this code. Check the code for the flash.
Ok, my sugestion would have been to use the z-index value in CSS. But as far as I can see you managed the issue.
Regards