Viewing 6 replies - 1 through 6 (of 6 total)
  • 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

    Thread Starter bremmerm

    (@bremmerm)

    yes, code for teh flash is.

    <div class=”flash”>

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://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="https://www.macromedia.com/go/getflashplayer" /></embed>
    </object>

    try to add this line:

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

    Thread Starter bremmerm

    (@bremmerm)

    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..

    try using this

    <param name=”quality” value=”high” />

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘NextGen Gallery’ is closed to new replies.