How to show html div over flash component
Are you bothered of overlapping issue of flash content overlapping you popups. Here is the method of fix it out.
When you set the abosolute position of html div element over the flash component , the html div content will be always under the flash element. This happens because flash always takes precedence over html divs no matter what the z-index is set for html element.
Solution
Set the wmode parameter of flash component to transparent.
Code to set wmode parameter
Or