Gallery Explorer for static websites.

This Slideshow helps in showing the categories and images in the front end.

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


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

		var flashVars = {
			XMLFile: "gallery_explorer.xml"
		};
		var params = {
			bgcolor: "#000000",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "xmlswf_glexp"
		};
		
		
		swfobject.embedSWF("gallery_explorer.swf", "galleryExplorer", "700", "650", "9,0,0,0", false, flashVars, params, attributes);

</script>
			<div id="galleryExplorer"></div>
<noscript>
	<object data="/gallery_explorer.swf" type="application/x-shockwave-flash" width="700" height="650" align="middle" id="xmlswf_glexp">
		<param name="movie" value="/gallery_explorer.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="XMLFile=gallery_explorer.xml" />
	</object>
</noscript>

 
  1. Full Screen
  2. Play/Pause
  3. Re-sizable gallery
  4. Customizable thumb height and width
  5. Customizable thumb and full image BG colors
  6. Customizable thumb active color
  7. Customizable menu colors: mouse over color, mouse down down, active colors
  8. Display gallery multiple instances on a single page
  9. Customizable button colors
  10. Custom load default category
  11. Customizable auto slider time
  12. Customizable auto slider color
  13. Customizable number of thumbs to show
  14. Customizable tool-tip color
  15. Customizable rounded corners
  1. Download Gallery Explorer
  2. Copy folders "images" and "js" in to your website directory
  3. Copy files "gallery_explorer.xml" and "gallery_explorer.swf" in to your website directory
  4. Open gallery_explorer.html and copy code and paste it where you want to display slideshow.
  5. Please make sure "js","images" and "gallery_explorer.swf" paths should be valid.

Customization options

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

   1.currency  : currency symbal (Ex:$)
   2.ButtonPosition :  TL / TR / BL / BR
   3.ButtonEnable : true / false
   4.backgroundColor type : gradient / plain

   5.<textBar>
	displayMethod : mouseOver / allTime
	position : top / bottom

   6.<globalButtons>
	fill type : gradient / plain

   7.<categoriesMenu>
        scrollbarEnabled : yes / no

   8.<thumbs>
       thumbsPerPage: how may thumb images display per page (Ex:3
       position: top / bottom

   9.<imageEffect>
         type : 1(Fade)
		2(Zoom Out)
		3(Elastic Zoom In)
		4(Blur Zoom Out)
	        5(Elastic Slide)
		6(Squares)
		7(Triple Squares)
		8(Horizontal Stripes)
		9(Vertical Stripes)
		10(Waves)
		11(Scales Bars)
		12(Bounce Slide)
		13(Iris)
		14(Alpha Mask)
		15(Intersected Bars)

   10.closingEffect : fade / default

   11.<descriptionEffect>
         type : 1(Fade)
		2(Linear Fade)
		3(Linear Drop)
		4(Linear Elastic Drop)
		5(Linear Pop)
		6(Linear Elastic Pop)
		7(Random Elastic Drop)
		8(Random Elastic Pop) 

   12.<autoplay>
         default : yes / no

   13.main scale : yes / no
   14.thumb scale : yes / no
   15.link window : new / current
   16.wmode : opaque / transparent / window