| You are here : : Home > Free Resources > Flash Tutorials & Resources > Transparent Background |
Basics
Animation & Effects
Actionscript
Creating a Website New!
Miscellaneous
Flash Articles
Free Flash Resources
Other Flash Resources
Do you want to make your Flash movie have a transparent background so it blends well with your page background color or background image? This is very simple to do and the change can be done in the html code.
Just add the following parameter tag along with the other parameter tags listed in the Flash object code:
<PARAM NAME=wmode VALUE=transparent>
This tag in the html code makes the Flash object transparent.
The code will look something like this.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="215" height="124">
<param name="movie" value="flash_file.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="flash_file.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="215" height="124"></embed>
</object>
Join us on Facebook to keep updated with all the latest tutorials and web design freebies from EntheosWeb!
No portion of these materials may be reproduced in any manner whatsoever, without the express written consent of Entheos. Any unauthorized use, sharing, reproduction or distribution of these materials by any means, electronic, mechanical, or otherwise is strictly prohibited.