Hi.
In a website I am coding I have a flash movie positioned just underneath my navigation which includes a drop down menu. The problem I am experiencing is the drop down menu being layered underneath the flash movie.
I have searched the web and found out the flash pretty much always takes the top most layer despite the stacking order and I have also found that you can set the z-index of flash movies as long as they are absolutely positioned, this however does not seem to be working for me.
Has anyone come across this problem? I am using jquery.swfobject to call in the flash and cant figure out which element I need to apply the z-index to? e.g. the jquery selector, the parent element or the embed/object tags.
thanks for any help.