<?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: Loading JSON in ActionScript 2</title>
	<atom:link href="http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/</link>
	<description>the self-discovery adventure of brett taylor</description>
	<lastBuildDate>Mon, 27 Feb 2012 20:53:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brett</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-283958</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 02 Feb 2012 02:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-283958</guid>
		<description>Sorry, I haven&#039;t touched AS2 in many years for good reason, namely AS3 is much better. This post is from 2007 and really should stay there :) Also, Flash is dying if you haven&#039;t heard.</description>
		<content:encoded><![CDATA[<p>Sorry, I haven&#8217;t touched AS2 in many years for good reason, namely AS3 is much better. This post is from 2007 and really should stay there <img src='http://inner.geek.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also, Flash is dying if you haven&#8217;t heard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Scovell</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-283956</link>
		<dc:creator>Nathan Scovell</dc:creator>
		<pubDate>Thu, 02 Feb 2012 00:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-283956</guid>
		<description>Hello, I am trying to learn how to use this with actionscript 2 and address the data to movieclips. Could you email me an example of using JSON with movieclips in flash.

Nathan</description>
		<content:encoded><![CDATA[<p>Hello, I am trying to learn how to use this with actionscript 2 and address the data to movieclips. Could you email me an example of using JSON with movieclips in flash.</p>
<p>Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-283660</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 05 Jan 2012 23:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-283660</guid>
		<description>I didn&#039;t write this library, just found the only existing copy of it.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t write this library, just found the only existing copy of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-283629</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-283629</guid>
		<description>Hey! Thanks for the code.... I&#039;d suggest just showing some sample data though, instead of no data.... as I tried to use this and got &quot;undefined&quot; results, and burned about 30 min before I realized the problem was the print_a function not working well with my JSON data.... I incorrectly assumed the problem was with the JSON.as file and looked around for newer revs! Thanks so much for the post!.</description>
		<content:encoded><![CDATA[<p>Hey! Thanks for the code&#8230;. I&#8217;d suggest just showing some sample data though, instead of no data&#8230;. as I tried to use this and got &#8220;undefined&#8221; results, and burned about 30 min before I realized the problem was the print_a function not working well with my JSON data&#8230;. I incorrectly assumed the problem was with the JSON.as file and looked around for newer revs! Thanks so much for the post!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-280565</link>
		<dc:creator>Jacques</dc:creator>
		<pubDate>Mon, 29 Aug 2011 08:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-280565</guid>
		<description>Hi, this code is awesome and works 100% when I&#039;m in flash. As soon as I place it on a live site it timesout :( By process of elimination I&#039;ve figured that the problem steps in on the &quot;.onData&quot; function.

My swf embed are set to params.allowscriptaccess = &quot;always&quot;;
I really don&#039;t know what could be the problem.

Does someone have any idea?</description>
		<content:encoded><![CDATA[<p>Hi, this code is awesome and works 100% when I&#8217;m in flash. As soon as I place it on a live site it timesout <img src='http://inner.geek.nz/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  By process of elimination I&#8217;ve figured that the problem steps in on the &#8220;.onData&#8221; function.</p>
<p>My swf embed are set to params.allowscriptaccess = &#8220;always&#8221;;<br />
I really don&#8217;t know what could be the problem.</p>
<p>Does someone have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-280485</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 21 Aug 2011 16:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-280485</guid>
		<description>Very, very, VERY helpful - finally I&#039;m able to process json-formatted data.

Thanks!</description>
		<content:encoded><![CDATA[<p>Very, very, VERY helpful &#8211; finally I&#8217;m able to process json-formatted data.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AshTemple</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-279138</link>
		<dc:creator>AshTemple</dc:creator>
		<pubDate>Wed, 19 Jan 2011 11:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-279138</guid>
		<description>thanks for this! ideal!!</description>
		<content:encoded><![CDATA[<p>thanks for this! ideal!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-256694</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-256694</guid>
		<description>absolutely awesome. I just spent 3 hours looking for exactly the code you got here, all other code examples out there were crap</description>
		<content:encoded><![CDATA[<p>absolutely awesome. I just spent 3 hours looking for exactly the code you got here, all other code examples out there were crap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-238884</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 18 Dec 2008 21:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-238884</guid>
		<description>Thank you so much! I&#039;ve been trying to figure this out for the past 2 days. The original class files from json.org and examples I found online were terrible. I was able to load and stringify, but it gave me no solution to extrapolate the values. With your example, I was easily able to just convert the whole thing into an array. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you so much! I&#8217;ve been trying to figure this out for the past 2 days. The original class files from json.org and examples I found online were terrible. I was able to load and stringify, but it gave me no solution to extrapolate the values. With your example, I was easily able to just convert the whole thing into an array. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanie tłumaczenia</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-154939</link>
		<dc:creator>Tanie tłumaczenia</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-154939</guid>
		<description>Thank yoy it was really helpful especially for my boyfriend because he&#039;s been looking for stuff like that for weeks!</description>
		<content:encoded><![CDATA[<p>Thank yoy it was really helpful especially for my boyfriend because he&#8217;s been looking for stuff like that for weeks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-110359</link>
		<dc:creator>james</dc:creator>
		<pubDate>Mon, 30 Apr 2007 14:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-110359</guid>
		<description>the script causing the flash player run slowly... please provide the working as and fla file.</description>
		<content:encoded><![CDATA[<p>the script causing the flash player run slowly&#8230; please provide the working as and fla file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-94857</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 14 Feb 2007 18:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-94857</guid>
		<description>Can you please provide the JSON File you are using as an example?</description>
		<content:encoded><![CDATA[<p>Can you please provide the JSON File you are using as an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meble</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-93923</link>
		<dc:creator>Meble</dc:creator>
		<pubDate>Fri, 09 Feb 2007 14:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-93923</guid>
		<description>Fantastic code. Work great on my site. Again thanks and greetings</description>
		<content:encoded><![CDATA[<p>Fantastic code. Work great on my site. Again thanks and greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pozycjonowanie</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-91804</link>
		<dc:creator>Pozycjonowanie</dc:creator>
		<pubDate>Tue, 30 Jan 2007 13:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-91804</guid>
		<description>Brett thanks for help it works at my site.

Keep up the good work.

Greetings</description>
		<content:encoded><![CDATA[<p>Brett thanks for help it works at my site.</p>
<p>Keep up the good work.</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-91742</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Tue, 30 Jan 2007 04:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-91742</guid>
		<description>You can get that AS file here:
http://inner.geek.nz/uploads/JSON.as</description>
		<content:encoded><![CDATA[<p>You can get that AS file here:<br />
<a href="http://inner.geek.nz/uploads/JSON.as" rel="nofollow nofollow">http://inner.geek.nz/uploads/JSON.as</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanie linie lotnicze</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-90960</link>
		<dc:creator>Tanie linie lotnicze</dc:creator>
		<pubDate>Fri, 26 Jan 2007 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-90960</guid>
		<description>I have an error with this file (http://www.theorganization.net/work/jos/JSON.as)</description>
		<content:encoded><![CDATA[<p>I have an error with this file (<a href="http://www.theorganization.net/work/jos/JSON.as" rel="nofollow nofollow">http://www.theorganization.net/work/jos/JSON.as</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boxey</title>
		<link>http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/comment-page-1/#comment-90435</link>
		<dc:creator>Boxey</dc:creator>
		<pubDate>Tue, 23 Jan 2007 14:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://inner.geek.nz/archives/2007/01/18/loading-json-in-actionscript-2/#comment-90435</guid>
		<description>I have been trying to get the as2 json file for a while but the file is missing off the server. I dont suppose you could email it over could you.

I have been trying this address:
http://www.theorganization.net/work/jos/JSON.as

Thanks</description>
		<content:encoded><![CDATA[<p>I have been trying to get the as2 json file for a while but the file is missing off the server. I dont suppose you could email it over could you.</p>
<p>I have been trying this address:<br />
<a href="http://www.theorganization.net/work/jos/JSON.as" rel="nofollow nofollow">http://www.theorganization.net/work/jos/JSON.as</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.363 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-20 19:31:11 -->
<!-- Compression = gzip -->
