This example shows the creation of a 3D Cube 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 Cube are effected entirely via the XML file 3dcube.xml (Help File).
Settings in 3dcube.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>