Sample 3 - Transparent background

This example shows the creation of a 3D Stack with transparent background. This allows the background color or image of the HTML page that contains the animation to show through and allows the layering of Flash content with DHTML content.
Control and appearance of the Stack are effected entirely via the XML file 3dstack.xml (Help File).





Settings in 3dstack.xml:
- BackGroundVisible="false"


Settings in ClickMe.html:
<style type="text/css">
     body{background-image: url("space.gif"); background-position: top left; background-repeat: repeat;}
</style>

- so.addParam("wmode", "transparent");