• Hey,

    I am having an issue with a drop down menu going behind a flash photowall my site, in IE 6,7,8, only of course πŸ™‚

    http://www.bardwellmcAlister.com/site/company/credits/

    Here is the code I used to insert the flash SWF

    ‘<div class=”flash”>
    <div align=”center” id=”flashCaptPicard”>
    You need the Flash Player to view this video.
    </div>
    <script type=”text/javascript”>
    /*<!–*/
    var so = new SWFObject(“/site/credits.swf”, “flashCaptPicard”, 850, 600, “7”);
    so.write(“flashCaptPicard”);
    /*–>*/
    </script>
    </div>’

    Any help would be great.. I was told by the creator of the flash to add a parameter to the flash, but I am not sure how to enter this flash object in wordpress other than this way ..

    Use the WMODE parameter to allow layering of Flash content with DHTML layers. The WMODE parameter can be ‘window’ (default), ‘opaque’, or ‘transparent’. Using a WMODE value of ‘opaque’ or ‘transparent’ will prevent a Flash movie from playing in the topmost layer and allow you to adjust the layering of the movie within other layers of the HTML document.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Menu goes behind Flash’ is closed to new replies.