Flash and layers - how to put on top or behind.
How to make a hover popup appear over a Flash object.
How to make a flyout menu go over top of a Flash movie.
How to put a dhtm effect above flash.
The easiest way to do this is make the Flash movie tranparent or not
tranparent. To put Flash behind your layer, flyout menu, drop - down
menu, hover popup, hover ad, or dhtml effect just add this to your code:
<param name="wmode" value="transparent"> and add to the embed tag
transparent like so:
<embed src="../layout/top/top2.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj4" width="560" height="40"
quality="High" wmode="transparent"></object>
To do this in FrontPage or Expression Web Designer automatically
(writes the code automatically);
- Double click the Flash Object (movie) in design view
- On the Appearance Tab check the transparent check box

|