Powerplay flash photo gallery

Powerplay gallery is fully xml driven flash photo gallery. This flash image gallery is the best way to showcase your images for eye-catching. It has the power of controlling every thing through xml.

This photo flash gallery has categories menu opens in a stylish way. The category related images will be loaded when we click on the category. A trial version is available to download.

All gradient colors, font colors, font sizes are xml driven. The full images or thumb images can be scaled if they are bigger than available space. The full-screen functionality is the beautiful part for this image gallery. It scales the image proportionately to fit in the visible area. If the image is smaller than visible area, it will not scale the image.

The images can be set to zoom on click or you can set them to link to any other page. Also the links can be opened in same window or new window. It can be customizable for every image.

Do not need to worry if you have lot of categories. The menu will shows scroll-bar automatically if the categories are more than 10. All the menu hover and active colors can be xml driven.

You can also use this photo gallery to showcase your products with price. The price tags can be enabled or disabled. There are more than ten types of price tags given free with this slide show. You can set the price tag image through xml which ever you like depending on your design and color theme.

In this gallery the tooltips and descriptions can be enabled or disabled. To disable the tooltips and description tags, just leave the tags empty. It is possible to control the tool-tip and descriptions background color, alpha, font color and font size through xml.

The thumb panel can be set on top or bottom. There are more than 14 types of image effects and around 8 types of description text effects available in this photo flash gallery. The next and previous image previews can be also disabled/enabled through xml.



The trial version contains the watermark.

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_powerplay.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_powerplay.xml"
		};
		var params = {
			bgcolor: "#ffffff",
			wmode: "transparent"
		};
		
		var attributes = {
			id: "xmlswf_vmpwr"
		};
		
		
		swfobject.embedSWF("gallery_powerplay.swf", "galleryPowerplay", "700", "650", "9,0,0,0", false, flashVars, params, attributes);

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


<noscript>
	<object data="/gallery_powerplay.swf" type="application/x-shockwave-flash" width="700" height="650" align="middle" id="xmlswf_vmpwr">
		<param name="movie" value="/gallery_powerplay.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_powerplay.xml" />
	</object>
</noscript>

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

Customization Instructions

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

   1.backgroundColor type  : gradient / plain
   2. <textBar>
	backgroundColor type : gradient / plain

   3.defaultAutoplay :  yes / no
   4.displayArrowThumbs : yes / no

   5.<thumbsPanel>
        backgroundColor type :  gradient / plain
        scrollbarEnabled : yes / no
	fullscreenEnabled : yes / no
	position : top / bottom
	defaultState : opened / closed

   6.<priceTag>
	enabled : yes / no
	position : TL / TR / BL / NT
	symbol : currency sysbal ($)

   7.<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)
          
           closingEffect : fade / default

   8.<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)

   9.image zoom : enabled / disabled

   10.main scale : yes / no
   11.thumb scale : yes / no
   12.link window :  new / current
   13.wmode : opaque / transparent / window