<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'AS3: Flickr Loader'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 08:50:37 GMT</pubDate>
<item>
<title>kingrowla said on 10/17/10</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ I see you can pull the title of the image out of the array, is there any way to pull the description of the image as well? ]]></description>
<pubDate>Sun, 17 Oct 2010 15:56:29 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>chrisaiv said on 1/15/10</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ Hey jinx_dee,

I changed the code a bit to fix your issue.  *Fingers Crossed*. ]]></description>
<pubDate>Fri, 15 Jan 2010 11:26:20 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>jinx_dee said on 1/14/10</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ This looks like broken script..Its gives me the same error as Andrew...

1137: Incorrect number of arguments.  Expected no more than 0.
at

"http://farm" + 

[I dont understand If you pass two value to an object how can you call it]

Can someone help me??
Or can someone post the fla thats working
J ]]></description>
<pubDate>Thu, 14 Jan 2010 13:32:03 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>chrisaiv said on 12/2/09</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ You're also missing the underscore( _ ) on the _data array.  Maybe when you're submitting the error message through this comments box, it strips the underscores out. ]]></description>
<pubDate>Wed, 02 Dec 2009 23:51:39 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>chrisaiv said on 12/2/09</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ Hey Andrew,

Well from what you've provided, one thing I notice right off the bat is that you might be missing an underscore(_) between photos[i].id and photos[i].secret. ]]></description>
<pubDate>Wed, 02 Dec 2009 23:49:11 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
<item>
<title>andrewdobson said on 11/30/09</title>
<link>http://snipplr.com/view/16204/as3-flickr-loader/</link>
<description><![CDATA[ Getting the following error on Compile:

FlickrLoader.as(63): col: 64 Error: Incorrect number of arguments.  Expected no more than 0.

_data.push( new Object (photos[i].title.toString(), "http://farm" + photos[i].farm + ".static.flickr.com/" + photos[i].server + "/" + photos[i].id + "_" + photos[i].secret + ".jpg")); ]]></description>
<pubDate>Mon, 30 Nov 2009 08:22:11 GMT</pubDate>
<guid>http://snipplr.com/view/16204/as3-flickr-loader/</guid>
</item>
</channel>
</rss>