Results 1 to 8 of 8

Thread: Need help with DHTML menu being covered by flash

  1. #1
    Join Date
    Oct 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with DHTML menu being covered by flash

    1) Script Title: AnyLink Drop Down Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:

    Hi there guys,

    You can see my problem here:



    Any page that has the flash applet covers up the javascript menu I installed.

    Is there a way to have the javascript lay over the flash?

    thanks,
    json

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Follow the detailed information at:

    http://www.macromedia.com/cfusion/kn...fm?id=tn_14201

    Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:

    Add the following parameter to the OBJECT tag:

    <param name="wmode" value="transparent">

    Add the following attribute to the EMBED tag:

    wmode="transparent"

    Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.

    If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi there John,

    Thank you very much for your help. Unfortunately, it didn't work for me. It seems that the link simply provides three different ways to do the same thing you showed me(the two tags).

    I inserted the two tags with no change in the problem. I don't think the transparency would work because at some points, it's a normal photograph in the flash that shares space with the DHTML menu.

    Should I try other menu solutions, or will I have this problem with every one?

    thanks,
    json

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Oct 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Works fine here (as far as the menu overlapping the flash goes) in Opera, FF, and IE 7. Perhaps you need to clear your browser's cache and view the page again.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Feb 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you might have missed this step. i found it in another thread:

    Step 3: (for Active Content)
    The active content that places an outline around ActiveX and such in IE can be eliminated with the Active Content Script. That script in DW CS3 places a whole string of code starting with AC_FL_RunContent( and has variables like 'movie','height','src' etc. Add these to the string of code 'wmode','transparent'

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by goodmojo93 View Post
    you might have missed this step. i found it in another thread:

    Step 3: (for Active Content)
    The active content that places an outline around ActiveX and such in IE can be eliminated with the Active Content Script. That script in DW CS3 places a whole string of code starting with AC_FL_RunContent( and has variables like 'movie','height','src' etc. Add these to the string of code 'wmode','transparent'
    Not really applicable here, there's no need to interact with the Flash in this case. Also AC_FL_RunContent is only one of several ways to overcome 'click to activate'.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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