The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Problem with Flash overlaying Html

Sharp101Sharp101 TorontoRegistered User regular
edited September 2007 in Help / Advice Forum
Ok, so there are two floating Divs, one larger one sitting over a smaller one.

The larger div contains a flash file containing a drop down menu. The menu covers the div below only when it one when expanded, but in code/dreamweaver, this expanded size is the div size.

The smaller div contains a block of dynamic HTML Links within a SSI to a small script.

Since the links are under the flash (the drop down has to drop over the html links), the flash is set to a higher z-index and uses wmode transparent.

Problem is:

Firefox will show the links under the flash, but they aren't active or selectable. So you can see them, but cant do anything with them. This must be how Firefox render transparent flash, letting you see whatever is underneath, but not allowing you to interact with it. In IE7 this is no problem.


So geniuses of H/A, any advice?

Sharp101 on

Posts

  • blincolnblincoln Registered User regular
    edited September 2007
    If I understand what you are doing correctly, you are using the links *and* the Flash applet as part of the same menu system? If that's the case, you are probably better off picking one or the other and using it for the whole menu system. If you want to do a dropdown system in HTML, use Javascript (although keep in mind that users on systems with touch screens will probably not be able to use the dropdown aspect). I haven't worked with Flash in years, but I imagine there must be a way to have your applet contact the server and get the dynamic link list if you wanted to do the whole thing in Flash.

    blincoln on
    Legacy of Kain: The Lost Worlds
    http://www.thelostworlds.net/
  • Sharp101Sharp101 TorontoRegistered User regular
    edited September 2007
    Ok, so here is what I can show.

    sec1opencz6.gifmenuopenkk2.gif
    "What We Do" is a drop down flash menu to switch from section to section


    The text menu underneath controls the content on the right there (you can just see it) and will change to highlight the sub section you are reading.
    Like so;
    sec2openwh3.gif



    Problem is, in firefox, those text links dont work.

    Larger problem is that the layout is already approved, and the site is done and built and working, except for this problem.

    Another problem is that we dont have any dedicated flash developers to make anything, and I'm just learning.


    There has to be an HTML workaround for this.... I cant be the first person to come across this problem of links under a flash drop-down menu. (I hope :P )

    Sharp101 on
Sign In or Register to comment.