When you insert SWF file in your webpage it always show given background color and if you want transparent background color and want to use your webpage bg color then you have to need make transparent background of swf file. This is the very simple way but for this you will have to use only stage background color in flash not any rectangle on stage because this method only transparent stage bg color.
First Step:
Make flash file and use only bg color of stage. Don’t use any recangle there for background color.
Method 1: Using Flash
The HTML for a Flash movie can be created using the Publish Settings feature in Flash. The Publish Settings dialog box provides an option to affect the WMODE setting. The options selected in the Publish Settings will be added to the HTML source code automatically:
Step 1:
Choose File > Publish Settings. Select the HTML tab. or press Shift + F12.
Step 2:
Choose “Transparent” in the WMODE setting to make the Flash movie’s background disappear in browsers which support this feature.
Step 3:
Publish the document.
You will find this "wmode=transparent" code in html file which make swf file transparent.
Method 2: Editing HTML code manually for Wmode
To edit an existing HTML page, add the WMODE parameters to the HTML code.
Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the EMBED tag:
wmode=transparent
Method 2: Using Dreamweaver
Follow the below steps, and Dreamweaver will insert the correct HTML code automatically.
Step 1:
In Dreamweaver, insert the Flash movie into an HTML page.
Step 2:
Select the Flash movie in the Design View.
Step 3:
In the Properties panel, choose Parameters.

Step 4:
For the Parameter, enter “wmode” (without quotes). For the Value, enter “transparent”.
or
In property panel choose wmode dropdown.

Step 5:
Save the document. The HTML page is complete.











June 8, 2010 at 8:21 am
Nice tutorial.
June 8, 2010 at 11:20 am
Good dispatch and this fill someone in on helped me alot in my college assignement. Thank you for your information.
June 14, 2010 at 11:42 am
Excellent tutorial. thanks for this
July 15, 2010 at 5:27 am
helpful tutorial….
July 31, 2010 at 11:33 am
I would like to exchange links with your site http://www.tutorialspalace.com
Is this possible?
September 16, 2010 at 2:16 am
very nice & helpful tutorial.
December 22, 2010 at 11:23 pm
Thank you SOO MUCH, so easy !! thanks
February 8, 2011 at 8:41 am
Real helpful tips..
Thanks… a lot..
August 4, 2011 at 3:21 am
Excellent tutorial…Helpful to solve the problem..
September 15, 2011 at 2:09 am
Very good write-up! I will be also gonna write a blog article about it… thanks
September 15, 2011 at 5:52 am
nice tutorial thanks for sharing it
September 17, 2011 at 3:15 am
Thanks for the useful tips
October 11, 2011 at 2:58 am
Thanks for the useful tips…
February 7, 2012 at 5:06 am
excellent tutorials…easy to learn
February 27, 2012 at 4:31 am
nice tutorials thanks for sharing it
March 21, 2012 at 10:35 pm
What a fine tutorial, very easy to understand and follow. Thanks and good luck.
May 17, 2012 at 8:06 am
tricky and helping tutorial.