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

Thread: Chrome Drop Down menu BEHIND flash animation

  1. #1
    Join Date
    Mar 2007
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Chrome Drop Down menu BEHIND flash animation

    1) Script Title: Dropdown menu behind flash animation (firefox)

    2) Script URL (on DD): http://www.autourdenous.org/test/main.php

    3) Describe problem:

    I'm using the Chromemenu script :

    http://www.autourdenous.org/test/main.php

    and the menu in firefox goes behind my flash animation, I've tried to add :

    <param name="wmode" value="transparent" /> and wmode="transparent" in the embed, but not working, so I tried putting the flash animation in a div :

    .flashDiv {
    z-index: 3;
    }

    and the css style of my menu with z-index:1;

    still not working

    any idea ?

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Try reversing the order. In other words, make the css style of the menu with a z-index property of 3, and the flashDiv with a z-index of 1.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Mar 2007
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    Nop, not working ..., I've tried almost everything, any ideas anyone ?

  4. #4
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    I've had this problem before, no idea how to fix it
    Try making an expanding flash menu bar that is scripted onto the page AFTER the other Flash object is, if you can make expanding flash menus that is

  5. #5
    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

    I already answered this at your other thread:

    http://www.dynamicdrive.com/forums/s...8244#post78244

    If either of you are still having problems, please provide a link to your problem page. And, in the future masterfred, try not to double post.
    - John
    ________________________

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

  6. #6
    Join Date
    Mar 2007
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    Thanks John ! Really appreciated !

    Sorry about the double post thing, I really though I only had posted in this forum properly, can you delete that other post ?

    The activation script is the automatic one used by dreamweaver 8.02 (active content) ... I'll try to see if I can fix their code to incorporate the Wmode thing and I'll post it here

    Thank guys !

  7. #7
    Join Date
    Mar 2007
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    I already answered this at your other thread:

    http://www.dynamicdrive.com/forums/s...8244#post78244

    If either of you are still having problems, please provide a link to your problem page. And, in the future masterfred, try not to double post.
    This is the post (since the other post will surely be deleted) :

    First of all, the higher z-index value will (other things being 'equal') appear over the lower value so, if you were to code it as you have it in your post, the flash would always be on top of the menu.

    You've got the right idea about wmode. However, if you are also using javascript to avoid the 'click to activate' feature, you must make sure that the script you are using maintains/uses the wmode transparent value for both the object and the embed it generates.

  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

    If it is the DW code I think that it is, all you need to do is add like (example from one I'm using in a project that I am currently working on):

    Code:
    AC_RunFlContentX ("movie", "bluesstroll_01a", "quality", "high", "wmode", "transparent", "src", "bluesstroll_01a", "width", "326", "height", "258" );
    - John
    ________________________

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

  9. #9
    Join Date
    Feb 2010
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question help please :)

    This is really wrecking my box ...
    I now have it working on all browsers and platforms except firefox for pc :/

    please see the test page www.bluebirdbrands.co.uk/bluebird/steve/pip.html ...

    css is here http://www.bluebirdbrands.co.uk/blue...s/bluebird.css

    Thanks in advance

  10. #10
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Saintmonkey! Have you tried adding
    wmode="transparent"
    inside the embed tags

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
  •