Results 1 to 5 of 5

Thread: All Levels Navigational Menu - Hides Flash Content

  1. #1
    Join Date
    Feb 2009
    Location
    Mexico
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default All Levels Navigational Menu - Hides Flash Content

    1) Script Title: All Levels Navigational Menu 2.1

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

    3) Describe problem: The script works great, just having a problem with IE7, If I put Flash content on the page every time the submenu displays, all the flash movies disappear from the window, anyone knows why that happends? and how to fix this??
    Last edited by Grbtek; 02-26-2009 at 10:45 PM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This is most likely due to the IFRAME shim feature of the script, to ensure that the sub menus appear on top of the Flash content. In some browsers this causes the Flash content to be hidden entirely, though it should be visible again once the sub menu disappears.

    You can turn of Iframe shim inside the .js file:
    Code:
    enableshim: false, //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip: disable if not in use, for efficiency)
    DD Admin

  3. #3
    Join Date
    Feb 2009
    Location
    Mexico
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Worked Great!, thanks a lot. =)

  4. #4
    Join Date
    Jan 2006
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    What if you want the pulldown to appear over the Flash movie, without the Flash movie disappearing? The shim value must stay true for this to happen, but the Flash still disappears.

    Quote Originally Posted by ddadmin View Post
    This is most likely due to the IFRAME shim feature of the script, to ensure that the sub menus appear on top of the Flash content. In some browsers this causes the Flash content to be hidden entirely, though it should be visible again once the sub menu disappears.

    You can turn of Iframe shim inside the .js file:
    Code:
    enableshim: false, //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip: disable if not in use, for efficiency)

  5. #5
    Join Date
    Jan 2006
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Was able to find the solution to my question ...

    http://www.dynamicdrive.com/forums/s...nal+Menu+Flash

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
  •