You need to set the params on the flash file -

wmode="transparent"

or if you are using the SWFObject.js

<script type="text/javascript">
        var so = new SWFObject("/success/flash/customer_mm_3_8.swf",
"mymovie", "505", "150", "8", "#FFFFFF");
        so.addParam("wmode", "transparent");
        so.write("flashcontent");
</script>

Bruce

On 11/6/07, Joanne <[EMAIL PROTECTED]> wrote:
>
> http://server.npserver1.com/~netper/hunterwinehelicopters
>
> I have Project Seven PMM horiztontal menu on this page, and when you use
> the
> drop down menu for SCENIC FLIGHTS, it drops down behind the flash file.
> How
> do I get it to sit on top?
>
> I set a z-index for the navigation already, but it doesn't seem to have
> fixed it. I rarely work with Flash, so this isn't something I usually have
> to deal with.
>
> (Thanks to everyone for the suggestions for jQuery & Mootools, I am going
> to
> take a really good look at them, but I copped out and used Flash for this
> one as I was running out of time!)
>
> Joanne
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to