My Account

3D Wall Flash Gallery

Using this gallery you have possibility to present your favourite photos in the non-standard way as though they have been placed on art gallery walls. More Info

How to change the background color


1. Set background color in the gallery XML file:

<background bgColor="0x000000" bgAlpha="100" bgImage="" />

2. Set background color in the gallery html code


<script type="text/javascript">

var flashvars = {XMLFile: "gallery.xml"};
var params = {bgcolor: "#000000", allowFullScreen: "true"};
swfobject.embedSWF("3DWallGalleryDemo.swf", "myAlternativeContent","800", "480", "10.0.0",false, flashvars, params);
</script>
<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>