My Account
Bookmark and Share

Line Flash Gallery

A simple and compact flash gallery. The best solution for displaying your products, portfolios and services along with links to the detailed information. More Info

Help  >  Line Flash Gallery  >  FAQ  >  Transparent Background


Transparent background


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

2. Set wmode="transparent" in the gallery’s html code


<script type="text/javascript">

var flashvars = {XMLFile: "gallery.xml"};
var params = {wmode: "transparent"};
swfobject.embedSWF("LineFlashGalleryDemo.swf", "myAlternativeContent","475", "400", "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>