CSS Drop Down Displaying Behind Flash Movie
I was recently working on a new gallery display using a flash interpretation of the Apple Cover Flow view. The problem I had was the flash movie swf content was displaying infront of the css drop down on the site. The css dropdown was built using divs and the flash content was in a div but it didn’t seem to matter the settings on those divs.
To get the flash to display behind the css drop down menu you just have to set the wmode property to transparent. This setting must be made both in the AC_FL_RunContent call and in the Flash Object or by choosing Transparent Window in the Publish Settings menu in flash.
[tags]flash,css[\tags]
2 Responses to “CSS Drop Down Displaying Behind Flash Movie”
August 10th, 2008 at 3:08 am
Hi,
I had a similar problem and was able to export my flash slideshow as an aninmated gif in Adobe Flash. The drop down menu worked great over the animated gif. Thanks for your suggestion which got me thinking.
Dan
August 4th, 2008 at 4:53 am
You my friend are probably one of the very few if not the only one with this solution. Thank you very much for your wisdom.