Transparent background for flash animation

:crying: Hello,

I am very new to flash and webdesign. my questions is how do i make my flash animation have a transparent background so that the background color of the website shows up through the flash canvas?

Kirupa’s tutorial says I can:
[COLOR=black][FONT=Arial]Go to File | Publish Settings. The Publish Settings dialog box will appear. Click the HTML tab. You should notice a drop-down menu labeled Window Mode. Click the Window Mode drop-down menu and select Transparent Windowless.[/FONT][/COLOR]
[COLOR=black][FONT=Arial][/FONT][/COLOR]
[COLOR=black][FONT=Arial]Then:[/FONT][/COLOR]
[COLOR=black][FONT=Arial][COLOR=black][FONT=Arial]Go to File | Publish. Copy and paste the HTML code generated by Flash into a Web page containing a different background. Notice that the spaces in which the stage was visible in Flash is now filled with the background color of the Web page instead of the background color set in Flash![/FONT][/COLOR]
[/FONT][/COLOR]
Here is my resulting HTML codes but what exactly do I copy?

<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>breathing 5</title>
</head>
<body bgcolor="#ffffff">
<!–url’s used in the movie–>
<!–text used in the movie–>
<!-- saved from url=(0013)about:internet -->
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0” width=“350” height=“200” id=“breathing 5” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“breathing 5.swf” /><param name=“quality” value=“high” /><param name=“salign” value=“t” /><param name=“wmode” value=“transparent” /><param name=“bgcolor” value="#ffffff" /><embed src=“breathing 5.swf” quality=“high” salign=“t” wmode=“transparent” bgcolor="#ffffff" width=“350” height=“200” name=“breathing 5” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>