Yet Another Simple Slideshow - Free flash image slide show

Around the web you can find a variety of slideshows, all with slightly different implementations but YASS is special, different and a must have free slider module for any and every static website out there.

YASS slider for Static websites/blogs is a free slider plugin that is built with simplicity in mind, packed with a useful set of features to help novice and advanced developers alike create elegant and user-friendly slideshows the way they want it to be.

This free static slider is just perfect for displaying your essential work/products/services/photos as slideshow with fancy transition effects - just a few of the hundreds of different slideshows that you can create.

Moreover, the all free YASS static slider is designed to be easily installed, easy to setup and well… all around easy to make your work really stand out!

Take your beautiful work to the next level with free YASS slider for Static websites/blogs and WOW your friends & family in just a few clicks!!1 Download now!!!

A very simple flash slide show with fully xml driven options. All the images, text, colors, font sizes and effects are xml driven. The height and width can be set in html.

The auto slider time can be set via XML. The images can be scaled if they are larger then visible area. It is also possible to set them to be not scaled. The description text is multi-line.

The navigation can be shows as numbers or buttons. The navigation buttons color, hover color and active color are xml driven.



  1. Customizable slideshow height and width
  2. Customizable slideshow background color color
  3. Auto slideshow option
  4. Customizable description
  5. Next and Previous slideshow options
Many more options are available.

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 YAS_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 300 in the below code.



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

		var FlashVars = {
			dataFile: "YAS_Slideshow.xml"
		};
		var params = {
			bgcolor: "#ffffff",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "fsss"
		};
		
		
		swfobject.embedSWF("YAS_Slideshow.swf", "YassSlideshow", "700", "300", "9,0,0,0", false, FlashVars, params, attributes);

</script>
			<div id="YassSlideshow">
			</div>
<noscript>
	<object data="/YAS_Slideshow.swf" type="application/x-shockwave-flash" width="700" height="300" align="middle" id="fsss">
		<param name="movie" value="/YAS_Slideshow.swf" />
		<param name="allowFullScreen" value="true" />	
		<param name="quality" value="high" />
		<param name="bgcolor" value="#FFFFFF" />
		<param name="allowScriptAccess" value="sameDomain" />
		<param name="wmode" value="transparent" />
		<param name="FlashVars" value="dataFile=YAS_Slideshow.xml" />
	</object>
</noscript>

 
  1. Download Yet Another Slidehsow
  2. Copy folders "images" and "js" in to your website directory
  3. Copy files "YAS_Slideshow.swf","YAS_Slideshow.xml" in to your website directory
  4. Open YAS_Slideshow.html and copy code and paste it where you want to display slideshow.
  5. Please make sure "js","images" and "YAS_Slideshow.swf" paths should be valid.

Customization Instructions

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

   1.auto_slide on : true / false
   2.description on : true / flase
   3.transition : fade / top / bottom / left /right
   4.transition_type : easeInSine
		       easeInElastic
		       easeInBack
		       easeInBounce
		       easeOutSine
		       easeOutElastic
		       easeOutBack
		       easeOutBounce
		       easeInOutSine
		       easeInOutElastic
		       easeInOutBack
		       easeInOutBounce

   5.navbar style : pager / compact
   6.scale : true / false
   7.download_file : path of the file / document to be download (Ex:http://vm.xmlswf.com/images/xmlswf_logo.png)
   8.download_tooltip : download file information display in tooltip
   9.target : _self / _blank
   10.description  align : right / left
   11.wmode : opaque / transparent / window