Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2006
    Posts
    7
    Plugin Contributions
    0

    Default flyout menu issue

    I am using the the css horizontal dropdown menu, but i have a flash movie on the home page below the menu, the dropdowns appear behind the flash movie and i can't resolve this even though a z-index 1000 is specified in the stylesheet for the hor menu. link to site below

    http://hosting.tradeonlineproject.co...tstores.co.uk/


    any help would be appreciated

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: flyout menu issue

    Change your object code to this:

    Code:
    <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="194" width="650">
              <param value="images/moviehome.swf" name="movie">
              <param value="high" name="quality">
    <param name="wmode" value="transparent" />
              <embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="images/moviehome.swf" height="194" width="650" wmode="transparent" ></object>
    I've only tested in on FF2, but I've heard that it works on many other browser. I'd highly recommend *thoroughly* testing it.

    BrandTim

  3. #3
    Join Date
    Oct 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: flyout menu issue

    that is absolutly tremendous...cheers for that

  4. #4
    Join Date
    May 2007
    Location
    Little Rock, AR.
    Posts
    61
    Plugin Contributions
    0

    Default Re: flyout menu issue

    Brandtim

    I'm having the same issue but I dont undestand what I need to be changing based on the example above. Here is the HTML for my flash

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="test.swf" align="middle">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="movie" value="test.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#000000">
    <embed src="test.swf" quality="high" bgcolor="#000000" width="400" height="300" name="test.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
    </object>
    I hate to be dense about this but could you point me in the right direction too?

    Thanks
    Chris
    WC Computers and More
    Quality software, and accessories at low prices.

  5. #5
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: flyout menu issue

    No problem .... just replace your object code with this:

    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300" id="test.swf" align="middle">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="movie" value="test.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#000000">
    <param name="wmode" value="transparent" />
    <embed src="test.swf" quality="high" bgcolor="#000000" width="400" height="300" name="test.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent">
    </object>
    That should do it for you.

    BrandTim

  6. #6
    Join Date
    May 2007
    Location
    Little Rock, AR.
    Posts
    61
    Plugin Contributions
    0

    Default Re: flyout menu issue

    Thank you it works great. Now I see what to do and can add it in whenever I change the movie.

    Thank you.
    Chris
    WC Computers and More
    Quality software, and accessories at low prices.

 

 

Similar Threads

  1. v138a Replace header with apycom jQuery Menu Style 01 (flyout menu))
    By soki in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Mar 2012, 09:18 PM
  2. CSS Flyout Menu - IE Ghosting Issue?
    By SteSpeak in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 4 Dec 2009, 06:42 PM
  3. Flash issue.. css flyout menu hides under flash..
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Sep 2009, 06:41 AM
  4. CSS Flyout Menu issue - disappearing too soon
    By skymax in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 9 Oct 2007, 04:23 AM
  5. Flyout menu issue.
    By flame in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2006, 04:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg