<?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>Chicago Web Design &#187; flshow manager</title>
	<atom:link href="http://blueprintds.com/tag/flshow-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueprintds.com</link>
	<description>Design and Marketing implemented the right way.</description>
	<lastBuildDate>Mon, 12 Jul 2010 16:00:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Flash Photo Carousel Plugin</title>
		<link>http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/</link>
		<comments>http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 15:53:03 +0000</pubDate>
		<dc:creator>Adam Freetly</dc:creator>
				<category><![CDATA[Developer News]]></category>
		<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flshow manager]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=525</guid>
		<description><![CDATA[We often develop sites that include static flash galleries, headers, menus, and intros.  It&#8217;s often difficult, then, to explain which parts of the site can be changed within WordPress, and which are hard-coded.  This plugin is built to manage the excellent flShow Photo Carousel within the comfort of the WordPress dashboard.
Download:
flShow Photo Carousel Plugin for [...]]]></description>
			<content:encoded><![CDATA[<p>We often develop sites that include static flash galleries, headers, menus, and intros.  It&#8217;s often difficult, then, to explain which parts of the site can be changed within WordPress, and which are hard-coded.  This plugin is built to manage the excellent <a title="Flash powered Photo Carousel" href="http://www.flshow.net/">flShow Photo Carousel</a> within the comfort of the WordPress dashboard.</p>
<div id="attachment_553" class="wp-caption aligncenter" style="width: 510px"><a href="http://blueprintds.com/test/"><img class="size-full wp-image-553" title="Flash Gallery Carousel in action" src="http://blueprintds.com/wp-content/uploads/2008/09/fllive.jpg" alt="Live Demo of the Photo Gallery" width="500" height="268" /></a><p class="wp-caption-text">Live example of the Photo Gallery</p></div>
<h3>Download:</h3>
<p><a class="download" href="http://blueprintds.com/wp-content/uploads/2008/09/flshow.zip">flShow Photo Carousel Plugin for WordPress</a></p>
<p><span id="more-525"></span></p>
<h3>How To Use:</h3>
<ol>
<li>Install the way you would any other WordPress Plugin.  Upload the flshow folder to your plugins directory and activate it from the <strong>Plugins</strong> page.</li>
<li>Go to &#8216;<strong>Manage</strong> &gt; <strong>flShow</strong>&#8216;</li>
</ol>
<h3>Creating the Carousel Gallery</h3>
<div id="attachment_527" class="wp-caption alignright" style="width: 182px"><a rel="attachment wp-att-527" href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/fladdnew/"><img class="size-medium wp-image-527" title="Flash Carousel Plugin New Gallery" src="http://blueprintds.com/wp-content/uploads/2008/09/fladdnew-172x135.jpg" alt="Create a Gallery" width="172" height="135" /></a><p class="wp-caption-text">Create a Gallery</p></div>
<ol>
<li>Click &#8220;<strong>Add New Carousel</strong>&#8220;, which brings up the Carousel editing interface in a thickbox window.</li>
<li>Fill out the information that you want to use. Mostly the Title and the background color.  The rest of the options you can tweak at any time, after you&#8217;ve seen how the carousel works by default.</li>
<li>Scroll to the bottom of the popup and Click &#8220;<strong>Choose Images</strong>&#8220;</li>
</ol>
<h3>Adding Photos to the Carousel</h3>
<div id="attachment_526" class="wp-caption alignright" style="width: 186px"><a rel="attachment wp-att-526" href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/fladdimages/"><img class="size-medium wp-image-526" title="Flash Carousel Plugin Images" src="http://blueprintds.com/wp-content/uploads/2008/09/fladdimages-176x135.jpg" alt="Add Images to the Carousel" width="176" height="135" /></a><p class="wp-caption-text">Add Images to the CarouselCreate a Gallery</p></div>
<ol>
<li>Click &#8220;<strong>Choose Images</strong>&#8221; at the bottom of the carousel settings interface</li>
<li>In the images interface, you can do the following:
<ul>
<li> Find existing images from your WordPress install</li>
<li> Upload a new image for use in the carousel</li>
<li> Sort the images that you have in the current image queue by dragging and dropping</li>
</ul>
</li>
<li>When you have put all the images in place that you would like to have in your carousel, click the &#8220;<strong>Preview and Finalize</strong>&#8221; button</li>
<li>If you are happy with your preview, click &#8220;<strong>Close</strong>.&#8221;  Otherwise, go back and change whatever settings you need to.</li>
</ol>
<h3>Displaying Your Carousel</h3>
<ol>
<li>To display the carousel on your site, add the following code to your PHP templates where you want the carousel to appear: <code>&lt;div style="height:200px"&gt;&lt;?php flshow( $id ); ?&gt;&lt;/div&gt;</code>.   You can find the ID on the <strong>Manage</strong> &gt; <strong>flShow</strong> page:</li>
</ol>
<div id="attachment_534" class="wp-caption aligncenter" style="width: 479px"><a rel="attachment wp-att-534" href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/flid/"><img class="size-full wp-image-534" title="Flash Carousel Gallery Management" src="http://blueprintds.com/wp-content/uploads/2008/09/flid.jpg" alt="Use the ID when including in your templates" width="469" height="167" /></a><p class="wp-caption-text">Use the ID when including in your templates</p></div>
<h3>Some minor caveats</h3>
<p>This plugin uses WordPress&#8217;s built-in jQuery library, so there shouldn&#8217;t be compatibility issues, no matter which browser you&#8217;re running, but it does require WordPress 2.5 or above.  The plugin was tested in Firefox 3, IE7, and Google Chrome.  Also, I would recommend using smaller images that are all roughly the same size in the same carousel.  It results in a better display and faster loading times.  5.1 MegaPixel .jpg files are not recommended <img src='http://blueprintds.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<h3>Support</h3>
<p>If you have any issues with the plugin, please start a thread in the <a href="http://wordpress.org/support/">WordPress support forums</a>, and tag the thread &#8216;<a href="http://wordpress.org/tags/flshow-manager">flShow Manager</a>&#8216;.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=WordPress+Flash+Photo+Carousel+Plugin+-+http://b2l.me/wrxv+(via+@blueprintds)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;t=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22WordPress%20Flash%20Photo%20Carousel%20Plugin%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22We%20often%20develop%20sites%20that%20include%20static%20flash%20galleries%2C%20headers%2C%20menus%2C%20and%20intros.%C2%A0%20It%27s%20often%20difficult%2C%20then%2C%20to%20explain%20which%20parts%20of%20the%20site%20can%20be%20changed%20within%20WordPress%2C%20and%20which%20are%20hard-coded.%C2%A0%20This%20plugin%20is%20built%20to%20manage%20the%20excellent%20flShow%20Photo%20Carousel%20within%20the%20comfort%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;submitHeadline=WordPress+Flash+Photo+Carousel+Plugin&amp;submitSummary=We%20often%20develop%20sites%20that%20include%20static%20flash%20galleries%2C%20headers%2C%20menus%2C%20and%20intros.%C2%A0%20It%27s%20often%20difficult%2C%20then%2C%20to%20explain%20which%20parts%20of%20the%20site%20can%20be%20changed%20within%20WordPress%2C%20and%20which%20are%20hard-coded.%C2%A0%20This%20plugin%20is%20built%20to%20manage%20the%20excellent%20flShow%20Photo%20Carousel%20within%20the%20comfort%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;t=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin&amp;summary=We%20often%20develop%20sites%20that%20include%20static%20flash%20galleries%2C%20headers%2C%20menus%2C%20and%20intros.%C2%A0%20It%27s%20often%20difficult%2C%20then%2C%20to%20explain%20which%20parts%20of%20the%20site%20can%20be%20changed%20within%20WordPress%2C%20and%20which%20are%20hard-coded.%C2%A0%20This%20plugin%20is%20built%20to%20manage%20the%20excellent%20flShow%20Photo%20Carousel%20within%20the%20comfort%20&amp;source=Chicago Web Design" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/&amp;title=WordPress+Flash+Photo+Carousel+Plugin" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=WordPress+Flash+Photo+Carousel+Plugin&amp;link=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblueprintds.com%2F2008%2F09%2F16%2Fwordpress-flash-photo-carousel-plugin%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px;margin-top:5px;"></iframe>]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/2008/09/16/wordpress-flash-photo-carousel-plugin/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>
