Results 1 to 4 of 4

Thread: Flex Level Drop Down Menu (v1.3)

  1. #1
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Flex Level Drop Down Menu (v1.3)

    Hello,
    I following this page at http://www.dynamicdrive.com/dynamici...exdropdown.htm.

    When the website have gallery with flash, flex level drop down menu don't over lap flash player image.
    Here i attached a image to see

    Thank you for your help !

  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

    You need to make the Flash object(s) wmode transparent or opaque, either will do. The way to do that varies depending upon how the Flash object(s) are created on the page. Many methods of creating Flash objects have documentation which explains how to do this for that particular method. Once that's done it should be OK, but there might still be a matter of z-index css to deal with.

    If you want more help, please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

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

    Addition highlighted:

    Code:
    <script type="text/javascript">
    	var flashvars = {
    	    loadParams: "true",
    	    xmlFilePath: "/gallery/images.php?album=5",
                paramXMLPath: "/gallery/m/params/jamtsecholing.xml",
               
            initialURL: escape(document.location)
    	}
    	var params = { 
            allowfullscreen:"true",
                    wmode: 'transparent',
                    bgcolor: "#FFFFFF"
    	}                
    	var attributes = {}
    	swfobject.embedSWF("/gallery/m/slideshowpro.swf", "flashcontent", "760", "450", "9.0.0.", true, flashvars, params, attributes);  
    </script>
    - John
    ________________________

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

  4. The Following User Says Thank You to jscheuer1 For This Useful Post:

    HCT (01-09-2012)

  5. #4
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    It work perfectly. Thank John

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
  •