Sample 4 - Transparent Background

This example shows the creation of a Transparent Background, which allows 3D Gallery to show through the background color or an image on the page behind the animation. You can layer Flash content with DHTML content using the Transparent Background feature.
Control and appearance of the Gallery are effected entirely via the XML file 3dgalleryv2.xml (Help File).





Settings in 3dgalleryv2.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");