Results 1 to 2 of 2

Thread: HV-Menu with flash-banner under Firefox/Mozilla

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

    Unhappy HV-Menu with flash-banner under Firefox/Mozilla

    Hi all,

    i found some older posts to that theme, but maybe someone found a solution lately.

    The problem again:

    HV-Menu expands under a flash-banner. The parameters wmode=transparent work fine with IE and solves it there, but it doesn't work out under Firefox/Mozilla.

    I tried:
    <OBJECT ALIGN="" HEIGHT="86" WIDTH="300" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="banner1">
    <PARAM NAME="movie" VALUE="banner.swf">
    <param name="quality" value="high">
    <PARAM NAME="scale" VALUE="noborder">
    <EMBED src="banner.swf"
    NAME="banner1"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
    TYPE="application/x-shockwave-flash"
    WIDTH="300"
    HEIGHT="60"
    quality="high"
    scale="noborder" >
    </EMBED>
    </OBJECT>

    => not working under both browsers


    <OBJECT ALIGN="" HEIGHT="86" WIDTH="300" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="banner1">
    <PARAM NAME="movie" VALUE="banner.swf">
    <param name="quality" value="high">
    <param name="wmode" value="transparent">
    <PARAM NAME="scale" VALUE="noborder">
    <EMBED src="banner.swf"
    NAME="banner1"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
    TYPE="application/x-shockwave-flash"
    WIDTH="300"
    HEIGHT="60"
    quality="high"
    scale="noborder"
    wmode="transparent">
    </EMBED>
    </OBJECT>

    => working under IE, but not under FF/moz.


    Tried wmode="opaque" also doesnt work out.

    Any new solution, tryout for this?

    Thanx in advance
    Axxaran

  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

    Sometimes it just cannot be done. If after applying wmode transparent to the embed tag, increasing the z-index of the menu's container or drop downs to like 300000 won't get it, look here:

    http://www.macromedia.com/cfusion/kn...fm?id=tn_14201
    - 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
  •