Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Flash wmode not really transparent in Firefox

  1. #1
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Flash wmode not really transparent in Firefox

    So my Flash navigation in Firefox isn't really transparent. I mean, everything below the flyout navigation appears just fine and in this sense it is transparent. But I have some links there that cannot be clicked in Firefox, works great in IE7. I'm using swfobject with an addParam("wmode", "transparent");

    Anybody else ever have this problem? I'm pretty sure I can make a workaround with JavaScript but I'd really rather not do this if at all possible.

    Thanks

    Jeff

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    When Flash is on top it has focus, and all other things (in this case) below it are in a sense disabled. You will need to place the Flash behind the other links.

    If you don't know how I will help you
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I thought I could solve this problem with some JavaScript but as it turns out there is no way for the script to know if the links have been rolled over because the Flash is, and is always, on top. So your help would be greatly appreciated

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Sure, no problem. Do you have a link to the infected page so that I can give you specifics?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    http://evol-interactive.com/ihsolutions/test.php

    I just uploaded the files that mattered. Hopefully you'll be able to figure it out.

    Btw, I really appreciate the help!

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Okay.. looking.. and I assume you are speaking of the black recangle under the pop out nav, yes? That shouldn't be black but instead show the content that is under it?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Not completely sure what you mean but the fly-out flash nav goes over the rectangle on the left with the links, Overview, Benefits, Features, etc. They work great in Internet Explorer, but not in Firefox.

  8. #8
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Okay, I see what you mean now. Yes, the black box under the nav should be black. And the wmode works correctly because the Flash nav is something like 300 px tall so you are able to see everything under the nav. Except in Firefox you aren't able to click on a link that resides under the flash. See what I mean now?

  9. #9
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    okay here is what I am seeing:

    in IE:


    and in FF:


    It seems to work fine in FF but not show the nav in IE at all...

    Now, if I understand your original question correctly you can't click on the left vertical menu when the top horizontal menu is being hovered over... which I have to ask.. why is that a problem? If I hover over the top nav I don't want to click the left nav.. ??
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  10. #10
    Join Date
    Jan 2007
    Location
    Charlotte, NC
    Posts
    82
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Ok well I see you're using IE6 which I haven't done any testing in as of yet. In IE7 it works great.

    And my original question is that I cannot click on the left vertical menu at all, even if the mouse isn't over the nav because the nav with a transparent background is positioned over the horizontal links to the left. Which is why I made this thread's title, "Flash wmode not really transparent in Firefox." It's transparent in the fact that you can see through it, you just can't click on anything below it. If you rollover those vertical links in Firefox, nothing happens. If you rollover them in IE, you'll see the background change and you should be able to click on it, although the link is only a hash atm.

    See what I mean now?

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
  •