A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: DHTML menu loading underneath flash movie. How do I fix it?

  1. #1
    Kneel Before Zod!
    Join Date
    May 2001
    Posts
    24

    DHTML menu loading underneath flash movie. How do I fix it?

    I'm working on a site where I have a drop-down dhtml menu and underneath it is a flash animation. Problem is, whenever I rollover the drop-down menu, it loads BEHIND the flash movie, rather than on top of it. So basically, I can't see the menu options.

    Is there a way around this? If so, what changes do I need to make to my code?

    Thanks in advance for any help you can offer.

    -RoG-
    http://ww.I-Mockery.com

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    No overlaps is the only solution!

  3. #3
    Kneel Before Zod!
    Join Date
    May 2001
    Posts
    24
    Oh ye who have little faith. :P

    I scoured the web and found a way to fix it:

    PHP Code:
    <param name='wmode' value='transparent'
    Just insert that simple line of code into your flash code and the dhtml menus load on TOP of it no problemo!

    -RoG-
    http://www.I-Mockery.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center