<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Flashr code example</title>
	<atom:link href="http://www.kelvinluck.com/2005/09/flashr-code-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelvinluck.com/2005/09/flashr-code-example/</link>
	<description>a stroke of luck</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:40:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rechtsanwalt Mainz</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-25962</link>
		<dc:creator>Rechtsanwalt Mainz</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-25962</guid>
		<description>Hi everybody,

thanks for this great tool. Love it :-) 

Regards</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>thanks for this great tool. Love it :-) </p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjoern</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-22367</link>
		<dc:creator>Bjoern</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-22367</guid>
		<description>thanks fo this usefull api. i love it :-) Greetings</description>
		<content:encoded><![CDATA[<p>thanks fo this usefull api. i love it :-) Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin Luck</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-904</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Mon, 21 Jul 2008 22:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-904</guid>
		<description>&lt;p&gt;Hi Jearly,&lt;/p&gt;

	&lt;p&gt;I’d recommend reading Colin Moock’s &lt;a href=&quot;http://moock.org/eas2/&quot;&gt;EAS2&lt;/a&gt; to learn some more about actionscript 2…&lt;/p&gt;

	&lt;p&gt;Basically in the example above I call:&lt;/p&gt;

	&lt;p&gt;_flickr.peopleGetPublicPhotos(userNsid, null, 16,1);&lt;/p&gt;

	&lt;p&gt;Instead you need to call the photosetsGetPhotos function like so:&lt;/p&gt;

	&lt;p&gt;_flickr.photosetsGetPhotos(‘72157606185185240’);&lt;/p&gt;

	&lt;p&gt;However, you will also have to set up a listener for the corresponding function (onPhotosetsGetPhotos).&lt;/p&gt;

	&lt;p&gt;You should make sure you are using the &lt;a href=&quot;http://flashr.kelvinluck.com/&quot;&gt;latest version of Flashr&lt;/a&gt; too – the version used on this page is very out of date…&lt;/p&gt;

	&lt;p&gt;Hope that helps :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Jearly,</p>
<p>I’d recommend reading Colin Moock’s <a href="http://moock.org/eas2/">EAS2</a> to learn some more about actionscript 2…</p>
<p>Basically in the example above I call:</p>
<p>_flickr.peopleGetPublicPhotos(userNsid, null, 16,1);</p>
<p>Instead you need to call the photosetsGetPhotos function like so:</p>
<p>_flickr.photosetsGetPhotos(‘72157606185185240’);</p>
<p>However, you will also have to set up a listener for the corresponding function (onPhotosetsGetPhotos).</p>
<p>You should make sure you are using the <a href="http://flashr.kelvinluck.com/">latest version of Flashr</a> too – the version used on this page is very out of date…</p>
<p>Hope that helps :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jearley</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-884</link>
		<dc:creator>jearley</dc:creator>
		<pubDate>Tue, 15 Jul 2008 21:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-884</guid>
		<description>&lt;p&gt;hi kelvin,&lt;br /&gt;flashr is great and i&#8217;m so impressed with how extensive your documentation is.  but i had the same question as Nik about getting the gallery to show only certain sets.  i looked at the function you mentioned in the link in response to him, and i tried placing that in my code, but i may need a little more instructions.  sorry, i&#8217;m really not much of a coder.&lt;/p&gt;

	&lt;p&gt;here is what i put in:&lt;/p&gt;

	&lt;p&gt;//&lt;/p&gt;

	&lt;p&gt;function photosetsGetPhotos(photosetId:String =&#8221;72157606185185240&#8221;):FlashrRequest &lt;/p&gt;

	&lt;p&gt;//&lt;/p&gt;

	&lt;p&gt;i know there is probably some more code i need to put in, but i&#8217;m not really sure what.  if you could explain it a little more, that would be great.&lt;/p&gt;

	&lt;p&gt;i have gotten the api key and everything else to work just fine so that it is showing my flickr photos.&lt;/p&gt;

	&lt;p&gt;thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>hi kelvin,<br />flashr is great and i&#8217;m so impressed with how extensive your documentation is.  but i had the same question as Nik about getting the gallery to show only certain sets.  i looked at the function you mentioned in the link in response to him, and i tried placing that in my code, but i may need a little more instructions.  sorry, i&#8217;m really not much of a coder.</p>
<p>here is what i put in:</p>
<p>//</p>
<p>function photosetsGetPhotos(photosetId:String =&#8221;72157606185185240&#8221;):FlashrRequest </p>
<p>//</p>
<p>i know there is probably some more code i need to put in, but i&#8217;m not really sure what.  if you could explain it a little more, that would be great.</p>
<p>i have gotten the api key and everything else to work just fine so that it is showing my flickr photos.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-822</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-822</guid>
		<description>&lt;p&gt;Thanks for this usefull Tool.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this usefull Tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RL</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-820</link>
		<dc:creator>RL</dc:creator>
		<pubDate>Wed, 11 Jun 2008 00:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-820</guid>
		<description>&lt;p&gt;Thanks Kelvin, for a great piece of work! Best regards&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Kelvin, for a great piece of work! Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-758</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Sun, 11 May 2008 16:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-758</guid>
		<description>&lt;p&gt;Really nice Tool !&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Really nice Tool !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-715</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Fri, 28 Mar 2008 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-715</guid>
		<description>&lt;p&gt;Thanks Kelvin :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Kelvin :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin Luck</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-707</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Thu, 20 Mar 2008 12:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-707</guid>
		<description>&lt;p&gt;Hi Nik,&lt;/p&gt;

	&lt;p&gt;Sorry for the slow response. And cool that you’ve discovered the barcamp example – that is built on a much newer and better version of Flashr than this…&lt;/p&gt;

	&lt;p&gt;If you want to get photos from a specific photoset then you should look at the &lt;a href=&quot;http://flashr.kelvinluck.com/assets/0.5/docs/files/com/kelvinluck/flashr/core/Flashr-as.html#com.kelvinluck.flashr.core.Flashr.photosetsGetPhotos&quot;&gt;photosetsGetPhotos&lt;/a&gt; function,&lt;/p&gt;

	&lt;p&gt;Cheers,&lt;/p&gt;

	&lt;p&gt;Kelvin :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Nik,</p>
<p>Sorry for the slow response. And cool that you’ve discovered the barcamp example – that is built on a much newer and better version of Flashr than this…</p>
<p>If you want to get photos from a specific photoset then you should look at the <a href="http://flashr.kelvinluck.com/assets/0.5/docs/files/com/kelvinluck/flashr/core/Flashr-as.html#com.kelvinluck.flashr.core.Flashr.photosetsGetPhotos">photosetsGetPhotos</a> function,</p>
<p>Cheers,</p>
<p>Kelvin :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://www.kelvinluck.com/2005/09/flashr-code-example/comment-page-1/#comment-706</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Wed, 19 Mar 2008 17:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://nb.kelvinluck.com/?p=10#comment-706</guid>
		<description>&lt;p&gt;Never mind, I’m tweaking the barcamp example now.&lt;/p&gt;

	&lt;p&gt;Great stuff BTW :D&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Never mind, I’m tweaking the barcamp example now.</p>
<p>Great stuff BTW :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.876 seconds -->
