Slideshowpro gallery for Static Websites

A professional slide show for Static Websites. It can be usable as news slider, product display or image slide show. Simple, effective and easy to customize.

Download the trial version using above link and extract them. Copy the below code and paste it into the html file where you would like to use this flash gallery. Open slideshowpro.xml file and add image sources and change customize the colors as per your requirement and save it. If you want to change width and height of this gallery, please change 720 and 640 in the below code.



<script type="text/javascript" src="/js/swfobject.js"></script>
<script type="text/javascript">

		var flashvars = {
			maxwidth: 720,
			maxheight: 460,
			imagewidth: 516,
			imageheight: 397,
			baseColor: 0x92BB38,
			thumbwidth: 170,
			thumbheight: 115,
			xmlfileurl: "slideshowpro.xml"
		};
		var params = {
			bgcolor: "#ffffff",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "content"
		};
		
		
		swfobject.embedSWF("slideshowpro.swf", "slideshowpro", "720px", "460px", "10.0.0",false, flashvars, params, attributes);

</script>
<div id="slideshowpro"></div>

 
  1. Customizable height and width
  2. Customizable background
  3. Customizable Thumb,full images
  4. Customizable titles,description
Many More Options available
  1. Download Image Slideshowpro Gallery
  2. Copy folders "images" and "js" in to your website directory
  3. Copy files "slideshowpro.xml" and "slideshowpro.swf" in to your website directory
  4. Open slideshowpro.html and copy code and paste it where you want to display slideshow.
  5. Please make sure "js","images" and "slideshowpro.swf" paths should be valid.

Customization Instructions

  1. All Slideshow functionality options are available in "slideshowpro.xml", using this file you can customize slideshow like adding new images,slideshow transition time etc...
  2. Slideshow Width : "width" parameter value in slideshowpro.html file.
  3. Slideshow Height: "height" parameter value in slideshowpro.html file.
  4. Slideshow Background Colr: "bgcolor" parameter value in slideshowpro.html file.
  5. Wmode: "wmode" parameter value in slideshowpro.html file.
If you have problems in using this module please open a support ticket at http://support.xmlswf.com

   1.showPlay : 0 / 1
   2.autoScale : 0 / 1
   3.autoAlign : 0 / 1
   4.target : _self / _blank
   5.wmode : opaque / transparent / window