Transparent background problem

Hi all!

Im not such a professional but Im trying to learn flash myself. :slight_smile:

I want to make flash gallery’s background fully transparent. Now it looks like it is like 30% transparent. Can someone help me please?

This is the code for flash movie on my page:

    <div id="content">
            

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="600" id="gallery" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="gallery.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" />    <embed src="gallery.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="800" height="600" name="gallery" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    
    <script type="text/javascript">
// specify the url to the xml-file, default is photos.xml
so.addVariable("xmlURL","photos.xml");
so.write("fullscreendemo");
//]]>
</script>
        
        </div>

Looks like this on page (Flowers and white square):

THANK YOU!