Smart Slideshow - XML driven flash slide show

Smart slideshow is simple yet widely using slide show. It has wide variety of image effects. It has 38 types of image effects. The images and titles are fully xml driven. you can also set the navigation number to hide if you do not want them to show. Also the image are linked. You can set the image links via XML. Also it is possible to set image links to open in new or same window.

In this smart slideshow, the auto slide time can be set through XML. Also you can set to show an image on mouse over to the numbered buttons. Currently it is set to show image on mouse click. The beauty of this slide show is, you can set the slides to show randomly.



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 smart_slideshow.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 700 and 220 in the below code.



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

		var flashvars = {
			url: "smart_slideshow.xml"
		};
		var params = {
			bgcolor: "#FFFFFF",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "smartslide"
		};
		
		
		swfobject.embedSWF("smart_slideshow.swf", "smartSlideshow", "700", "220", "10.0.0", false, flashvars, params, attributes);

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

<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="700" height="220" id="smartslide" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="/smart_slideshow.swf" /><param name="flashvars" value="url=smart_slideshow.xml" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="/smart_slideshow.swf" flashvars="url=smart_slideshow.xml" quality="high" bgcolor="#ffffff" width="700" height="220" name="slideshow" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>

 
  1. Customizable height and width
  2. Customizable background
  3. Customizable title
  4. Customizable navigation Buttons
  5. many options are available...
  1. Download Image Smart Slidehsow
  2. Copy folders "images" and "js" in to your website directory
  3. Copy files "smart_slideshow.xml" and "smart_slideshow.swf" in to your website directory
  4. Open smart_slideshow.html and copy code and paste it where you want to display slideshow.
  5. Please make sure "js","images" and "smart_slideshow.swf" paths should be valid.

Customization Instructions

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


   1.isHeightQuality: true / false
   2.blendMode: normal
   3.windowOpen: _blank / _self
   4.changImageMode: click / hover
   5.isShowBtn : true / false
   6.isShowTitle : true / false
   7.randomOrder : true / false
   8.scaleMode : showAll / exactFit / noScale / noBorder

   9.transform : blur 
                 alpha
                 left
                 right 
                 top 
                 bottom 
                 breathe
                 breathBlur 
                 barsConverge
                 blindsUp
                 barsFlip
                 blindsOpen 
                 stripes
		 iris
                 blindsMovingDown
		 barsRight
		 squaresFlip
		 barsWavy
		 blendHardLight
		 blendMultiply
		 blendDifference
		 barsIntersect
		 squaresLight
		 blindsWave
		 blendAddative
		 squaresScale
		 barsLeft
		 barsOpen
		 blindsConverge
		 blindsDown
		 blindsMovingUp
		 philoAlpha
		 philoBlurSquare
		 philoClouds
		 philoDisc
		 philoFlipHorizontal
		 philoFloatingWaves
		 philoMultipleFlip

  
   10.wmode : transparent / opaque / window