My Account
Bookmark and Share
NEW

Promo Flash Gallery

Easy-to-use photo gallery intended for displaying a range of your products or sequential promo materials. More Info

Help  >  Promo Flash Gallery  >  FAQ  >  Background Color


How to change the background color


1. Delete the following string from XML file:<bgImage alpha="0" source=""/>

2. Set background color in the gallery html code


<script type="text/javascript">

var flashvars = {XMLFile: "gallery.xml"};
var params = {bgcolor: "#ffffff", allowFullScreen: "true"};
swfobject.embedSWF("ArtFlashGalleryDemo.swf", "myAlternativeContent","475", "400", "9.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>