If that's the case, then you'll need to add the "wmode" parameter to your HTML. For example:
CODE
<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="800" height="800">
<param name="movie" value="protec1_2.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="protec1_2.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="800"></embed>
</object>
EDIT:
I was just looking at the Publish Settings, and I think I found the perfect setting for what you're looking for. Under the HTML tab, set the "Window Mode" property to "Transparent Windowless".
That will make the Flash consume the entire window, and have a transparent background. You could then modify the HTML to use whatever background image you'd like.
This post has been edited by DilutedImage: 28 Nov, 2007 - 05:27 PM