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 !
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 !
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
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
HCT (01-09-2012)
It work perfectly. Thank John
Bookmarks