Results 1 to 5 of 5

Thread: ddsmoothmenu not working over flash in ie6+

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb ddsmoothmenu not working over flash in ie6+

    Hi People,

    Link:
    http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    When I'm trying to move my mouse on the list of sub menus over the FLASH object the menu is getting hide.
    I also tried to use the z-index but, still the problem not get solved.

    This is problem occurring in IE6+.

    Please make my problem solved.

    Thanks.

  2. #2
    Join Date
    Jul 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    wmode=transparent

  3. #3
    Join Date
    Jul 2009
    Location
    Los Angeles, CA
    Posts
    16
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Could you be a bit more specific?

    Where do you insert or modify this in the .css file?

  4. #4
    Join Date
    Jul 2008
    Location
    Serbia
    Posts
    47
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default

    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" >
    <param name="wmode" value="transparent" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="quality" value="high" />
    .
    .
    .
    <embed src="your.swf" quality="high" wmode="transparent" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
    </object>

  5. #5
    Join Date
    Jul 2009
    Location
    Los Angeles, CA
    Posts
    16
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Thumbs up

    Bokanegro,

    Thanks for the solution!!

    George

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
  •