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.
Make flash file and use only bg color of stage. Don’t use any recangle there for background color.
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:
Choose File > Publish Settings. Select the HTML tab. or press Shift + F12.
Choose “Transparent” in the WMODE setting to make the Flash movie’s background disappear in browsers which support this feature.
Publish the document.
You will find this "wmode=transparent" code in html file which make swf file transparent.
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
Follow the below steps, and Dreamweaver will insert the correct HTML code automatically.
In Dreamweaver, insert the Flash movie into an HTML page.
Select the Flash movie in the Design View.
In the Properties panel, choose Parameters.

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

Save the document. The HTML page is complete.
Popularity: 59% [?]
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?