Model Gallery Slideshow for Static websites.



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 model_gallery.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 650 in the below code.


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

		var FlashVars = {
			loadxml: "model_gallery.xml"
		};
		var params = {
			bgcolor: "#ffffff",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "xmlswf_model"
		};
		
		
		swfobject.embedSWF("model_gallery.swf", "ModelGallery", "720", "650", "9,0,0,0", false, FlashVars, params, attributes);

</script>
			<div id="ModelGallery">
			</div>
<noscript>
	<object data="/model_gallery.swf" type="application/x-shockwave-flash" width="720" height="650" align="middle" id="xmlswf_model">
		<param name="movie" value="/model_gallery.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="loadxml=model_gallery.xml" />
	</object>
</noscript>

 
  1. Customizable slideshow height and width
  2. Customizable slideshow background color color
  3. Customizable Tooltip for thumbs
  4. Full screen option
  5. Image Zooming option
  6. Auto slideshow option
  7. Customizable title and description
Many more options are available.
  1. Download Model Gallery
  2. Copy folders "images" and "js" in to your website directory
  3. Copy files "model_gallery.swf","model_gallery.xml" in to your website directory
  4. Open blaze_slideshow.html and copy code and paste it where you want to display slideshow.
  5. Please make sure "js","images" and "model_gallery.swf" paths should be valid.

Customization Instructions

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

   1.time_delay  : Slide transition time (Ex : 4)
   2.wmode : opaque / transparent / window