Hi,
Today I encountered an error in which I was having problem of showing contents of <div> tag on the top of a flash movie. I am using div tags as menu to show the menu on hover events. It was working fine till I get a flash movie beneath the menu. In case of flash movie my menu started to disappear behind the flash movie. After doing lil search on google I found the solution which is given below:
You just need to provide the following parameter to the object tag which is displaying the flash movie.
<param name="wmode"value="transparent"/>
I have found this solution after some googling. Here is the link from where I got this solution.
http://www.ravinderweb.com/page/Working-with-Div-and-Flash-Movie.aspx
So follow the above link if you are interested in complete description.
Regards,
Shahid