May
14
2010
Flash over Flash
Problem I noticed during a recent project was to get Flash object over another. So I set the topmost Flash object as transparent, but still the undermost Flash object was showing over it. After some searching from internet I found out that both of them have to be set as transparent to get that working. You can do it in two ways. For beginners it can be easier to select transparent background setting in Flash program and publish both Flash and html file. After that you can copy the code from html file and put it on to the html file where your layout is. Or if you are more advanced user just add wmode=”transparent” to your embed tag.