<?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>Darren Hendricks, Graphic Designer and Photographer in McPherson, Kansas : dviso.com &#187; SlideshowPro</title>
	<atom:link href="http://dviso.com/tag/slideshowpro/feed/" rel="self" type="application/rss+xml" />
	<link>http://dviso.com</link>
	<description>Home of Darren Hendricks, graphic designer and photographer in McPherson, Kansas</description>
	<lastBuildDate>Fri, 02 Jul 2010 15:53:40 +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>Integrating SlideshowPro for Flash and SmugMug</title>
		<link>http://dviso.com/2010/01/integrating-slideshowpro-for-flash-and-smugmug/</link>
		<comments>http://dviso.com/2010/01/integrating-slideshowpro-for-flash-and-smugmug/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:40:54 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[DVISO]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Photo Gallery]]></category>
		<category><![CDATA[SlideshowPro]]></category>
		<category><![CDATA[SmugMug]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://dviso.com/?p=270</guid>
		<description><![CDATA[
My recent SmugMug customization for Michael McGinnis Photography includes a slideshow on the homepage which uses SlideshowPro for Flash to automatically pull images from one of Mike&#8217;s galleries, using the gallery rss feed. This integration between a SmugMug gallery and SlideshowPro was a little easier said than done. Creating the slideshow in Flash is a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-269" title="smugmug-slideshowpro" src="http://dviso.com/wpfiles/wp-content/uploads/2010/01/smugmug-slideshowpro.jpg" alt="" width="570" height="300" /></p>
<p>My recent SmugMug customization for <a title="mmprophoto.com" href="http://www.mmprophoto.com" target="_blank">Michael McGinnis Photography</a> includes a slideshow on the homepage which uses SlideshowPro for Flash to automatically pull images from one of Mike&#8217;s galleries, using the gallery rss feed. This integration between a SmugMug gallery and SlideshowPro was a little easier said than done. Creating the slideshow in Flash is a snap, thanks to SlideshowPro, but when you place the .swf on the customized SmugMug page, issues arise. Most frustratingly, everything seems fine when you preview the slideshow in Flash. The images load and everything looks great. But when you you try to view the same slideshow online, it breaks.<span id="more-270"></span></p>
<p>The solution (for me, at least) lies in properly constructing the URL for the media RSS feed. Normal SmugMug gallery feeds look something like this:</p>
<p><strong>http://www.darrenhendricks.com/hack/feed.mg?Type=gallery&amp;Data=10046805_nR5QF&amp;format=rss200</strong></p>
<p>As long as you&#8217;ve <em>checked the box to allow external links </em>in the SmugMug gallery settings, your images will load when you test the movie in Flash. However, when you try to publish the slideshow and display it on your SmugMug page, you&#8217;ll wonder what happened. No images!</p>
<p>Luckily, I found this file in SlidshowPro&#8217;s documentation: <a title="SlideshowPro Documentation" href="http://wiki.slideshowpro.net/SSPfl/CP-RSSFeedNotLoading">http://wiki.slideshowpro.net/SSPfl/CP-RSSFeedNotLoading</a></p>
<p>Security limitations imposed by Flash don&#8217;t allow the RSS feed to be displayed. Fortunately, a couple changes to the URL fix the problem. We need to change the URL to the following format:</p>
<p>http://<strong>api.smugmug.com</strong>/hack/feed.mg?Type=gallery&amp;Data=10046805_nR5QF&amp;format=rss200<strong>&amp;Sandboxed=1</strong></p>
<p>Note the change to &#8220;api.smugmug.com&#8221; and the addition of the &#8220;Sandboxed=1&#8243; parameter. You may also want to add a size parameter to the URL: &#8220;&amp;size=Original&#8221; (or Small, Large, etc).</p>
<p>In your SmugMug Bio, or wherever you choose to display the slideshow, a basic method of embedding the .swf file looks something like this:</p>
<p>&lt;object width=&#8221;800&#8243; height=&#8221;525&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.dviso.com/slideshow/Slideshow.swf&#8221;&gt;<br />
&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221;&gt;<br />
&lt;param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221; /&gt;<br />
&lt;embed src=&#8221;http://www.dviso.com/slideshow/Slideshow.swf&#8221; width=&#8221;800&#8243; height=&#8221;525&#8243; quality=&#8221;high&#8221; wmode=&#8221;opaque&#8221;&gt;&lt;/embed&gt;<br />
&lt;/object&gt;</p>
<p>This may not be the only way, or the best way to get SlideshowPro for Flash working with your SmugMug gallery, but it has worked for me. Feel free to share your experiences or methods for integrating SlidshowPro with SmugMug.</p>
]]></content:encoded>
			<wfw:commentRss>http://dviso.com/2010/01/integrating-slideshowpro-for-flash-and-smugmug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Michael McGinnis Photography SmugMug Customization</title>
		<link>http://dviso.com/2009/12/michael-mcginnis-photography-smugmug-customization/</link>
		<comments>http://dviso.com/2009/12/michael-mcginnis-photography-smugmug-customization/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:55:31 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Photo Gallery]]></category>
		<category><![CDATA[SlideshowPro]]></category>
		<category><![CDATA[SmugMug]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dviso.com/?p=233</guid>
		<description><![CDATA[
The SmugMug customization and subsequent WordPress integration for mmprophoto presented several challenges. Mainly, how to get SlideshowPro for Flash to pull images directly from Mike&#8217;s beautiful photo galleries. The solution lies in correctly constructing the URL for the media rss feed in the Flash file. I couldn&#8217;t find good help on this, so I pieced [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-234" title="mcginnis-site" src="http://dviso.com/wpfiles/wp-content/uploads/2009/12/mcginnis-site.jpg" alt="mcginnis-site" /></p>
<p>The SmugMug customization and subsequent WordPress integration for <a title="mmprophoto.com" href="http://www.mmprophoto.com" target="_blank">mmprophoto</a> presented several challenges. Mainly, how to get SlideshowPro for Flash to pull images directly from Mike&#8217;s beautiful photo galleries. The solution lies in correctly constructing the URL for the media rss feed in the Flash file. I couldn&#8217;t find good help on this, so I pieced it together myself. Maybe I&#8217;ll post some instructions someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://dviso.com/2009/12/michael-mcginnis-photography-smugmug-customization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
