How to Make SWF Background Invisible (Transparent)
To make a flash movie background transparent, simply put the following two lines into your existing html code:
add the following to the OBJECT tag:
< param name=”wmode” value=”transparent” >
add the following parameter to the EMBED tag:
wmode=”transparent”
and Voilà!






