<?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"
	>
<channel>
	<title>Comments on: DIGG API Example using AS3</title>
	<atom:link href="http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/</link>
	<description>Information Visualization / Flash / AS3 / Processing / Motion graphics / Design</description>
	<pubDate>Thu, 28 Aug 2008 09:06:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Josh Chernoff</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-18</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Tue, 26 Feb 2008 15:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-18</guid>
		<description>so it's safe to say that the Digg API is pure AS3 now and not dependent on any one Framework?
If so thanks.</description>
		<content:encoded><![CDATA[<p>so it&#8217;s safe to say that the Digg API is pure AS3 now and not dependent on any one Framework?<br />
If so thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Allen</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-9</link>
		<dc:creator>Shawn Allen</dc:creator>
		<pubDate>Tue, 05 Feb 2008 21:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-9</guid>
		<description>Whoops, sorry about that! I've removed the StringUtil reference, so it should work fine now.</description>
		<content:encoded><![CDATA[<p>Whoops, sorry about that! I&#8217;ve removed the StringUtil reference, so it should work fine now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Mayne</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-8</link>
		<dc:creator>Paul Mayne</dc:creator>
		<pubDate>Wed, 30 Jan 2008 06:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-8</guid>
		<description>Shawn, without the Flex2 SDK in the classpath, I get the following error: 

&lt;em&gt;Comment.as, Line 32 - 1120: Access of undefined property StringUtil.&lt;/em&gt;

Then even when I add the single StringUtil.as file to my proper local classpath, I get additional errors. The only way I can compile without errors is to include the Flex2 SDK. Though it would be nice if that wasn't the case.</description>
		<content:encoded><![CDATA[<p>Shawn, without the Flex2 SDK in the classpath, I get the following error: </p>
<p><em>Comment.as, Line 32 - 1120: Access of undefined property StringUtil.</em></p>
<p>Then even when I add the single StringUtil.as file to my proper local classpath, I get additional errors. The only way I can compile without errors is to include the Flex2 SDK. Though it would be nice if that wasn&#8217;t the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Allen</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-7</link>
		<dc:creator>Shawn Allen</dc:creator>
		<pubDate>Wed, 30 Jan 2008 01:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-7</guid>
		<description>Hi Paul,

The &lt;a href="http://diggflashdevkit.googlecode.com/svn/trunk/flex/" rel="nofollow"&gt;flex directory&lt;/a&gt; of the Digg FDK source repository just isn't named very appropriately. Everything in there is pure AS3&#8212;no Flex components or otherwise Flex-specific code. Just include &lt;a href="http://diggflashdevkit.googlecode.com/svn/trunk/flex/source/" rel="nofollow"&gt;flex/source/&lt;/a&gt; in your source path, and you're good to go.

That said, the lack of documentation is a pretty serious problem. Sorry about that.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>The <a href="http://diggflashdevkit.googlecode.com/svn/trunk/flex/" rel="nofollow">flex directory</a> of the Digg FDK source repository just isn&#8217;t named very appropriately. Everything in there is pure AS3&mdash;no Flex components or otherwise Flex-specific code. Just include <a href="http://diggflashdevkit.googlecode.com/svn/trunk/flex/source/" rel="nofollow">flex/source/</a> in your source path, and you&#8217;re good to go.</p>
<p>That said, the lack of documentation is a pretty serious problem. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Mayne</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-6</link>
		<dc:creator>Paul Mayne</dc:creator>
		<pubDate>Wed, 30 Jan 2008 00:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-6</guid>
		<description>Yeah, I've thought about just using the RSS feeds for other API's like Twitter also, but you miss out on functionality like authentication. I wonder if there are any other benefits to using the API over the RSS feeds?</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve thought about just using the RSS feeds for other API&#8217;s like Twitter also, but you miss out on functionality like authentication. I wonder if there are any other benefits to using the API over the RSS feeds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chernoff</title>
		<link>http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-5</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Wed, 30 Jan 2008 00:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.informationdesigner.org/2008/01/digg-api-example-using-as3/#comment-5</guid>
		<description>Funny you used my post about the bias to flex and yet I made a flash CS3 apt that works with the RSS of digg found here. 

http://gfxcomplex.com/blog/game/play-hang-man-with-diggcom-digg-man/

I think the strange thing about Flex API's is that there is no reasoning for it. All the api's that I have seen that are flex only could be used in flash if the as3 did not use flex only classes to do rare and abstract things that could be done other ways. After all the digg's api should only be handling data so why flex only? 

I just said to hell with there API and use their RSS to do the same thing.</description>
		<content:encoded><![CDATA[<p>Funny you used my post about the bias to flex and yet I made a flash CS3 apt that works with the RSS of digg found here. </p>
<p><a href="http://gfxcomplex.com/blog/game/play-hang-man-with-diggcom-digg-man/" rel="nofollow">http://gfxcomplex.com/blog/game/play-hang-man-with-diggcom-digg-man/</a></p>
<p>I think the strange thing about Flex API&#8217;s is that there is no reasoning for it. All the api&#8217;s that I have seen that are flex only could be used in flash if the as3 did not use flex only classes to do rare and abstract things that could be done other ways. After all the digg&#8217;s api should only be handling data so why flex only? </p>
<p>I just said to hell with there API and use their RSS to do the same thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
