<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Media &#38; Photo Gallery Plugin&#187; Skins for Flash Album Gallery</title>
	<atom:link href="http://photogallerycreator.com/category/skins-for-flash-album-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://photogallerycreator.com</link>
	<description>Photo, Video, MP3 and  jQuery Gallery for WordPress</description>
	<lastBuildDate>Wed, 16 May 2012 16:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3D Banner Rotator for WordPress NEW!</title>
		<link>http://photogallerycreator.com/2011/08/3d-banner-rotator-for-wordpress-new/</link>
		<comments>http://photogallerycreator.com/2011/08/3d-banner-rotator-for-wordpress-new/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 10:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Skins for Flash Album Gallery]]></category>

		<guid isPermaLink="false">http://photogallerycreator.com/?p=1096</guid>
		<description><![CDATA[Read More &#124; &#124; BUY &#8211; $24.90]]></description>
			<content:encoded><![CDATA[<p><div class="grandbanner">
<div class="flagallery_swfobject" id="id_423282492_div"><style type="text/css">
 
#id_423282492_jq { display: none; }
div#id_423282492_jq { position: relative; width: 100%; height: 450px; overflow: hidden; }
div#id_423282492_next { position: absolute; padding: 5px 9px; right: 10px; bottom: 10px; background: #000; color: #fff; font: bold 20px/20px Arial; border: 1px solid #000; z-index: 100; cursor: pointer; 
-webkit-border-radius:16px;
-khtml-border-radius:16px;
-moz-border-radius:16px;
border-radius:16px;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
div#id_423282492_prev { position: absolute; padding: 5px 9px; left: 10px; bottom: 10px; background: #000; color: #fff; font: bold 20px/20px Arial; border: 1px solid #000; z-index: 100; cursor: pointer;
-webkit-border-radius:16px;
-khtml-border-radius:16px;
-moz-border-radius:16px;
border-radius:16px;
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
div#id_423282492_next:hover {
opacity: 0.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
div#id_423282492_prev:hover {
opacity: 0.9;
filter:alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.grandBannerAlternative { clear: both; width: 100%; height: 450px; overflow: hidden; }
.grandBannerAlternative > div { display: none; position: relative; width: 100%; }
.grandBannerAlternative div img { width: 100%; max-width: 100%; height: auto; }
.grandBannerAlternative > div:first-child { display: block; }
.grandBannerAlternative a { display: block; width: 100%; height: 450px; overflow: hidden; }
.grandBannerAlternative span { display: block; position: absolute; left: 0px; top: 10px; padding: 5px 10px; background: #000000; color: #ffffff; font-size: 12px; }
.grandBannerAlternative span strong { font-size: 14px; margin-bottom: 3px; }
</style>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function() {
	var fv = swfobject.getFlashPlayerVersion();
	if(fv.major<9){	
		jQuery('#id_423282492_jq').show();
		var d = jQuery('#id_423282492_jq .gban:first').html();
		d = d.replace(/\[/g, '<');
		d = d.replace(/\]/g, ' />');
		jQuery('#id_423282492_jq .gban:first').addClass('loaded').html(d);
		jQuery('#id_423282492_jq .gban span').css({opacity: 0.6});
		jQuery('#id_423282492_jq .grandBannerAlternative').cycle({
		    after: function(currSlideElement, nextSlideElement, options, forwardFlag) {
		    	if(jQuery(nextSlideElement).next().length){
			    	if(jQuery(nextSlideElement).next().hasClass('loaded')) { return }
			    	var d = jQuery(nextSlideElement).next().html().replace(/\[/g, '<').replace(/\]/g, ' />');
			    	jQuery(nextSlideElement).next().addClass('loaded').html(d);
				}
		    },
		    before: function(currSlideElement, nextSlideElement, options, forwardFlag) {
		    	if(jQuery(nextSlideElement).length){
			    	if(jQuery(nextSlideElement).hasClass('loaded')) { return }
			    	var d = jQuery(nextSlideElement).html().replace(/\[/g, '<').replace(/\]/g, ' />');
			    	jQuery(nextSlideElement).addClass('loaded').html(d);
				}
		    },
		    containerResize: 0,   // resize container to fit largest slide 
		    fx:            'fade',// name of transition effect (or comma separated names, ex: 'fade,scrollUp,shuffle') 
		    next:          '#id_423282492_next',  // element, jQuery object, or jQuery selector string for the element to use as event trigger for next slide 
		    pause:         1,     // true to enable "pause on hover" 
		    prev:          '#id_423282492_prev',  // element, jQuery object, or jQuery selector string for the element to use as event trigger for previous slide 
		    requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded 
		    speed:         1000,  // speed of the transition (any valid fx speed value) 
		    startingSlide: 0,     // zero-based index of the first slide to be displayed 
		    timeout:       5000,  // milliseconds between slide transitions (0 to disable auto advance) 
		});
	}
});
//]]&gt;	
</script>
<div id="id_423282492_jq"><div class="grandBannerAlternative">

<div id="gban_1025" class="gban"><a href="http://codeasily.com/wordpress-plugins/flag">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_9.jpg" alt=""]</a><span class="gban-title"><strong>Donec porta lectus eu nunc bibendum dapibus.</strong><br /></span></div>
<div id="gban_1024" class="gban"><a href="http://photogallerycreator.com/">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_10.jpg" alt=""]</a><span class="gban-title"><strong>Nam tincidunt neque non nunc tincidunt vitae feugiat felis venenatis.</strong><br /></span></div>
<div id="gban_1023" class="gban"><a href="http://codeasily.com/wordpress-plugins/flag">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_11.jpg" alt=""]</a><span class="gban-title"><strong>Nam a orci nisi, nec lobortis purus.</strong><br /></span></div>
<div id="gban_1022" class="gban"><a href="http://www.ducati.com/bikes/diavel/index.do">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_12.jpg" alt=""]</a><span class="gban-title"><strong>Donec in justo sit amet nisi ullamcorper consectetur consectetur ut sem.</strong><br /></span></div>
<div id="gban_1021" class="gban"><a href="http://www.ducati.com/bikes/diavel/index.do">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_13.jpg" alt=""]</a><span class="gban-title"><strong>Nam a orci nisi, nec lobortis purus.</strong><br /></span></div>
<div id="gban_1020" class="gban"><a href="http://www.ducati.com/bikes/diavel/index.do">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_14.jpg" alt=""]</a><span class="gban-title"><strong>Donec porta lectus eu nunc bibendum dapibus.</strong><br /></span></div>
<div id="gban_1019" class="gban">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_5.jpg" alt=""]<span class="gban-title"><strong>Vestibulum at diam vel libero vulputate varius.</strong><br /></span></div>
<div id="gban_1016" class="gban"><a href="http://www.ducati.com/">[img src="http://photogallerycreator.com/wp-content/uploads/2011/08/ducati_8.jpg" alt=""]</a><span class="gban-title"><strong>Donec porta lectus eu nunc bibendum dapibus.</strong><br /></span></div></div>
<div id="id_423282492_prev">&lt;</div>
<div id="id_423282492_next">&gt;</div>
</div> 

</div></div>
<script type="text/javascript" src="http://photogallerycreator.com/wp-content/plugins/flagallery-skins/3d_banner_demo/jquery.cycle.lite.js"></script>
<script type="text/javascript" defer="defer">
var id_423282492_div = {
	params : {
		wmode : "window",
		allowfullscreen : "true",
		allowScriptAccess : "always",
		saling : "lt",
		scale : "noScale",
		menu : "false",
		bgcolor : "#fafafa"},
	flashvars : {
		path : "http://photogallerycreator.com/wp-content/plugins/flagallery-skins/3d_banner_demo/",
		skinID : "id_423282492",
		playlist : "ducati-3"},
	attr : {
		id : "id_423282492",
		name : "id_423282492"},
	start : function() {
		swfobject.embedSWF("http://photogallerycreator.com/wp-content/plugins/flagallery-skins/3d_banner_demo/gallery.swf", "id_423282492_div", "100%", "450", "10.1.52", "http://photogallerycreator.com/wp-content/plugins/flash-album-gallery/skins/expressInstall.swf", this.flashvars, this.params , this.attr );
swfobject.createCSS("#id_423282492","outline:none");
	}
}
id_423282492_div.start();
</script><br />
<br/>
<p class="links"><a class="demo" href="http://photogallerycreator.com/grand-flagallery/3d-banner-rotator-for-wordpress/">Read More</a> | <a href="http://photogallerycreator.com/depository/3d_banner_demo.zip" title="Downloaded 1221 times"><font size="-1">Download Demo (1221)</font></a> | <strong><a title="3D Banner Rotator" href="http://webmasterswall.com/sales.php?product_id=28" target="_blank">BUY &#8211; $24.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">90</sup></a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://photogallerycreator.com/2011/08/3d-banner-rotator-for-wordpress-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skins for Flash Album Gallery</title>
		<link>http://photogallerycreator.com/2009/07/skins-for-flash-album-gallery/</link>
		<comments>http://photogallerycreator.com/2009/07/skins-for-flash-album-gallery/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 20:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Images Galleries]]></category>
		<category><![CDATA[Skins for Flash Album Gallery]]></category>

		<guid isPermaLink="false">http://photogallerycreator.com/?p=169</guid>
		<description><![CDATA[Assembling photos into gallery or portfolio need not be boring. Think of the idea that you can get the most unusual results. Experiment with our GRAND Flash Album Gallery Plugin for WordPress. It will help you turn moments of everyday life into amazing collection of unique photo treasures. A powerful admin panel, intuitive interface, plenty [...]]]></description>
			<content:encoded><![CDATA[<p>Assembling photos into gallery or portfolio need not be boring. Think of the idea that you can get the most unusual results. Experiment with our <a href="http://wordpress.org/extend/plugins/flash-album-gallery/">GRAND Flash Album Gallery Plugin for WordPress</a>. It will help you turn moments of everyday life into amazing collection of unique photo treasures. A powerful admin panel, intuitive interface, plenty of ways to manage images are just the few of its values.</p>
<p>Once you’ve got the newly-minted flash photo gallery, it’s time to make a big impression. More and more people appreciate our selection of skins, presenting WordPress photo galleries the best way.  They can be classic or edgy in style, energizing or calming in nature, have thumbnail variations and slideshow option. With user friendly skin control panel you can create with equal ease 3D or other fantastic photo gallery. Just choose a skin you like and enjoy the process!</p>
<h2>Skins</h2>
<table id="flag-skin-gallery" border="0" width="100%">
<tbody>
<tr>
<td align="center">
<div>
<p><img class="alignnone size-full wp-image-378" title="3D Sphere Photo Gallery" src="http://photogallerycreator.com/wp-content/uploads/2011/08/screenshot1.png" alt="3D Sphere Gallery Skin for GRAND Flash Album Gallery" width="200" height="184" /><br />
<a href="http://photogallerycreator.com/grand-flagallery/3d-sphere-gallery-skin/" target="_blank">Demo</a> | <strong><a title="3D Sphere Gallery" href="http://webmasterswall.com/sales.php?product_id=32" target="_blank">BUY &#8211; $29.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
<td align="center">
<div>
<p><img class="alignnone size-full wp-image-378" title="3D Pprospect Photo Gallery" src="http://photogallerycreator.com/wp-content/uploads/2011/03/screenshot.png" alt="3D Pprospect Photo Gallery" width="200" height="184" /><br />
<a href="http://photogallerycreator.com/grand-flagallery/3d-pprospect-photo-gallery/" target="_blank">Demo</a> | <strong><a title="GRAND - Afflux Skin" href="http://webmasterswall.com/sales.php?product_id=26" target="_blank">BUY &#8211; $26.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="alignnone size-full wp-image-378" title="Afflux Skin for GRAND FLAGallery" src="http://photogallerycreator.com/wp-content/uploads/2011/02/screenshot.png" alt="Afflux Skin for GRAND FlAGallery" width="200" height="184" /><br />
<a href="http://photogallerycreator.com/grand-flagallery/grand-afflux-skin/" target="_blank">Demo</a> | <strong><a title="GRAND - Afflux Skin" href="http://webmasterswall.com/sales.php?product_id=25" target="_blank">BUY &#8211; $21.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">90</sup></a></strong></p>
</div>
</td>
<td align="center">
<div>
<p><img class="alignnone size-full wp-image-378" title="3D Flat Wall v2.0 Gallery" src="http://photogallerycreator.com/wp-content/uploads/2010/07/screenshot.png" alt="3D Flat Wall v2.0 Gallery" width="200" height="184" /><br />
<a href="http://photogallerycreator.com/grand-flagallery/3d-flat-wall/" target="_blank">Demo</a> | <strong><a title="3D Flat Wall Gallery" href="http://webmasterswall.com/sales.php?product_id=22" target="_blank">BUY &#8211; $24.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="alignnone size-full wp-image-378" title="3D Cube Gallery" src="http://photogallerycreator.com/wp-content/uploads/2009/07/screenshot.png" alt="3D Cube Gallery" width="200" height="184" /><br />
<a href="http://photogallerycreator.com/grand-flagallery/3d-cube-gallery/" target="_blank">Demo</a> | <strong><a title="3D Cube Gallery" href="http://webmasterswall.com/sales.php?product_id=20" target="_blank">BUY &#8211; $34.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-318" title="Green Style PRO 1.0" src="http://photogallerycreator.com/wp-content/uploads/2009/07/green_style_pro_1.png" alt="Green Style PRO 1.0" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/greenstyle-pro-skin/" target="_blank">Demo</a> | <strong><a title="Green Style PRO 1.0" href="http://webmasterswall.com/sales.php?product_id=16" target="_blank">BUY &#8211; $24.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-184" title="WordPress PhotoGallery PRO 1.0" src="http://photogallerycreator.com/wp-content/uploads/2009/07/wp_photopro_1.png" alt="WordPress PhotoGallery PRO 1.0" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/photogallery-pro-skin/" target="_blank">Demo</a> | <strong><a title="WordPress PhotoGallery PRO 1.0" href="http://webmasterswall.com/sales.php?product_id=17" target="_blank">BUY &#8211; $29.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">99</sup></a></strong></p>
</div>
</td>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-313" title="Commercial International Skin" src="http://photogallerycreator.com/wp-content/uploads/2009/07/commercial_int.png" alt="Commercial International Skin" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/commercial-int-skin/" target="_blank">Demo</a> | <strong><a title="Commercial International Skin" href="http://webmasterswall.com/sales.php?product_id=14" target="_blank">BUY &#8211; $19.<sup style="vertical-align: text-top; font-weight: normal; font-size: 70%;">90</sup></a></strong></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-184" title="LightGrey" src="http://photogallerycreator.com/wp-content/uploads/2009/07/lightgrey.png" alt="LightGrey" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/lightgrey-skin/" target="_blank">Demo</a> | <a href="http://photogallerycreator.com/depository/lightgrey.zip" title="Downloaded 17514 times">Free Download (17514)</a></p>
</div>
</td>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-170" title="Chocolate Skin for Flash Album Gallery" src="http://photogallerycreator.com/wp-content/uploads/2009/07/chocolate.png" alt="Chocolate Skin for Flash Album Gallery" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/chocolate-skin/" target="_blank">Demo</a> | <a href="http://photogallerycreator.com/depository/chocolate.zip" title="Downloaded 10632 times">Free Download (10632)</a></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-187" title="Night Club" src="http://photogallerycreator.com/wp-content/uploads/2009/07/nightclub.png" alt="Night Club" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/nightclub-skin/" target="_blank">Demo</a> | <a href="http://photogallerycreator.com/depository/nightclub.zip" title="Downloaded 7645 times">Free Download (7645)</a></p>
</div>
</td>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-188" title="StylishGrey" src="http://photogallerycreator.com/wp-content/uploads/2009/07/stylishgrey.png" alt="StylishGrey" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/stylishgrey-skin/" target="_blank">Demo</a> | <a href="http://photogallerycreator.com/depository/stylishgrey.zip" title="Downloaded 13177 times">Free Download (13177)</a></p>
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<p><img class="aligncenter size-full wp-image-184" title="Slideshow" src="http://photogallerycreator.com/wp-content/uploads/2009/07/slideshow.png" alt="Slideshow" width="200" height="184" /><a href="http://photogallerycreator.com/grand-flagallery/slideshow-skin/" target="_blank">Demo</a> | <a href="http://photogallerycreator.com/depository/slideshow.zip" title="Downloaded 13454 times">Free Download (13454)</a></p>
<p><strong> </strong></p>
</div>
</td>
<td align="center">&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://photogallerycreator.com/2009/07/skins-for-flash-album-gallery/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>

