Showing posts with label flash object z-index wmode opaque. Show all posts
Showing posts with label flash object z-index wmode opaque. Show all posts

Saturday, January 21, 2012

Beginner's tip : Flash window mode obaque

Hello developers ... today's tip is very simple but for some new developers it may waste most of their time thinking that it is a PROBLEM !!
Here is the Problem :
i develop a website that contains a flash banner, or a flash embedded object , and when i hover on the menu, the sliding sub-menu goes BEHIND the embedded flash object !!
solution is very simple actually, just when you embed your flash object write this property inside the embedding code :
wmode="opaque"

Example :