# Flash v. fly-out menus

**URL:** https://forum.kirupa.com/t/flash-v-fly-out-menus/595
**Category:** flash
**Created:** [July 23, 2002, 4:51pm UTC](https://forum.kirupa.com/t/flash-v-fly-out-menus/595 "2002-07-23T16:51:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jcs](https://avatars.discourse-cdn.com/v4/letter/j/439d5e/32.png) [@jcs](https://forum.kirupa.com/u/jcs)
#### Post date: [July 23, 2002, 4:51pm UTC](https://forum.kirupa.com/t/flash-v-fly-out-menus/595/1 "2002-07-23T16:51:19Z")

</div>

I am making a small movie for a retail site and am encountering problems with the site’s fly-out menus.

The Flash movie is in the middle of the page. When a user rolls over the shopping links to the left of the movie, the fly-out menus appear underneath the Flash movie and are obscured.

Check it out:  
[http://www.activeendeavors.com/default2.htm](http://www.activeendeavors.com/default2.htm)

This one has stumped several programmers I’ve asked. Has anyone encountered this before, or have solutions other than relocating the movie?

Thanks,  
JC

PS. Please excuse the mess - movie is in-progress!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 23, 2002, 5:17pm UTC](https://forum.kirupa.com/t/flash-v-fly-out-menus/595/2 "2002-07-23T17:17:53Z")

</div>

Have you tried manipulating the z-index to “stack” the left menu over the flash? Check this out and see if it can help: [http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml\_zindex2](http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml_zindex2)

It’s a cool site, a nice combination of flash, html, and dynamic elements. I hope you get it to work.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 24, 2002, 1:45pm UTC](https://forum.kirupa.com/t/flash-v-fly-out-menus/595/3 "2002-07-24T13:45:53Z")

</div>

MM has a TechNote on this very problem. It basically says to cut your losses and design around the conflict.

Flash and other active content is rendered on top of the browser, so DHTML fly-out menus will appear below. Here’s the link for the full story:

[http://www.macromedia.com/support/fireworks/ts/documents/pop-up\_menus\_and\_active\_con.htm](http://www.macromedia.com/support/fireworks/ts/documents/pop-up_menus_and_active_con.htm)

JC
