Photo Flow Flash Gallery
Use the famous streamline photo flow effect on your website. This effect is well known because of the cover flow gallery switching from iTunes.
Transparent background
1. Specify the following parameter values in the XML file:
<colorScheme>custom</colorScheme>
<background bgAlpha="0" bgImage="" />
<background bgAlpha="0" bgImage="" />
2. Set wmode="transparent" in the gallery’s html code
<script type="text/javascript">
<div id="myAlternativeContent">
var flashvars = {XMLFile: "gallery.xml"};
var params = {wmode: "transparent", bgcolor: "#ffffff"};
swfobject.embedSWF("PhotoFlowGalleryDemo.swf", "myAlternativeContent", "700", "300", "9.0.0",false, flashvars, params);
</script>var params = {wmode: "transparent", bgcolor: "#ffffff"};
swfobject.embedSWF("PhotoFlowGalleryDemo.swf", "myAlternativeContent", "700", "300", "9.0.0",false, flashvars, params);
<div id="myAlternativeContent">
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
</a>
</div>
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
</a>
More on this topic:
Publishing a gallery on your website
Publishing a gallery on your website





