<?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: Parsing RSS 2.0 Feeds in ActionScript 3</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Ventoline</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-26239</link>
		<dc:creator>Ventoline</dc:creator>
		<pubDate>Thu, 24 Feb 2011 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-26239</guid>
		<description>same as Ben faubion isXMLValid throws error, i am in Flash CS5</description>
		<content:encoded><![CDATA[<p>same as Ben faubion isXMLValid throws error, i am in Flash CS5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-23878</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 28 Aug 2010 00:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-23878</guid>
		<description>Thanks Mike great post,

I&#039;ve created a really simple game using an RSS feed from Twitter wrapped it around FeedBurner(for security domain issues) and made a video about loading RSS into a flash application.

if anyone wants to watch a video on the topic or check out other AS3 videos check out this link or the site in general.

http://everythingfla.com/courses/video/14/119</description>
		<content:encoded><![CDATA[<p>Thanks Mike great post,</p>
<p>I&#8217;ve created a really simple game using an RSS feed from Twitter wrapped it around FeedBurner(for security domain issues) and made a video about loading RSS into a flash application.</p>
<p>if anyone wants to watch a video on the topic or check out other AS3 videos check out this link or the site in general.</p>
<p><a href="http://everythingfla.com/courses/video/14/119" rel="nofollow">http://everythingfla.com/courses/video/14/119</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oluwaseun</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-23221</link>
		<dc:creator>oluwaseun</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-23221</guid>
		<description>Hi guys, I don&#039;t know if anyone has stumbled on this problem before. When you use a try ... catch block to check the rss.parse(feeddata), an exception is thrown::Unable to parse the string [FRI, 23 JUL 2010 07:27:00] into a date. The internal error was: TypeError #1009: Cannot access a propertyof a null object reference. 
I suspect the date format form the syndication is wrong so I wanted to intercept it to correct he date format which would require some xml manipulation. I&#039;d like to know if there is a better way to deal with this problems. Sincewe do not have control over how the feed is syndicated, it would be good to find a way to make the application handle these exceptions graciously rather than blowing up. The source code for the syndication library is not available or is it? I could look into it if I could find the source code. Anyone with any help?</description>
		<content:encoded><![CDATA[<p>Hi guys, I don&#8217;t know if anyone has stumbled on this problem before. When you use a try &#8230; catch block to check the rss.parse(feeddata), an exception is thrown::Unable to parse the string [FRI, 23 JUL 2010 07:27:00] into a date. The internal error was: TypeError #1009: Cannot access a propertyof a null object reference.<br />
I suspect the date format form the syndication is wrong so I wanted to intercept it to correct he date format which would require some xml manipulation. I&#8217;d like to know if there is a better way to deal with this problems. Sincewe do not have control over how the feed is syndicated, it would be good to find a way to make the application handle these exceptions graciously rather than blowing up. The source code for the syndication library is not available or is it? I could look into it if I could find the source code. Anyone with any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dropship</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-19130</link>
		<dc:creator>dropship</dc:creator>
		<pubDate>Fri, 16 Apr 2010 08:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-19130</guid>
		<description>I need to read elements in an RSS 2.0 feed that fall outside the standard RSS 2.0 types and are specified in other namespaces:</description>
		<content:encoded><![CDATA[<p>I need to read elements in an RSS 2.0 feed that fall outside the standard RSS 2.0 types and are specified in other namespaces:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Doric</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-19109</link>
		<dc:creator>Adnan Doric</dc:creator>
		<pubDate>Fri, 09 Apr 2010 11:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-19109</guid>
		<description>Is this lib going to be updated one day ?
It has lot of issues reported but no one seems to care.

(if only I had enough knowledge with rss feeds to fix it myself...)</description>
		<content:encoded><![CDATA[<p>Is this lib going to be updated one day ?<br />
It has lot of issues reported but no one seems to care.</p>
<p>(if only I had enough knowledge with rss feeds to fix it myself&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ren</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-19105</link>
		<dc:creator>ren</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-19105</guid>
		<description>Hello,

 I need to develop myyahoo like rss feed reader. which has options to  filter reads by
1)number of feeds (i want  to display only first n feeds only)
2)image and summary 
header and summary only


can someone provide me any example or suggest me how to filter from the feeds</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p> I need to develop myyahoo like rss feed reader. which has options to  filter reads by<br />
1)number of feeds (i want  to display only first n feeds only)<br />
2)image and summary<br />
header and summary only</p>
<p>can someone provide me any example or suggest me how to filter from the feeds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeo Challenge #4: A-yeeeeeeeharrrrRRS &#124; Cogapp</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-18402</link>
		<dc:creator>Codeo Challenge #4: A-yeeeeeeeharrrrRRS &#124; Cogapp</dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-18402</guid>
		<description>[...] here: http://www.adobe.com/ And theres a ton of pointers online for reading RSS in AS3, like this: http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/ If you got the skills to pay the bills then git&#039; to it pardners&#039;. A-yeeeeeeeharrrrRRS!!  Permalink  [...]</description>
		<content:encoded><![CDATA[<p>[...] here: <a href="http://www.adobe.com/" rel="nofollow">http://www.adobe.com/</a> And theres a ton of pointers online for reading RSS in AS3, like this: <a href="http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/" rel="nofollow">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/</a> If you got the skills to pay the bills then git&#39; to it pardners&#39;. A-yeeeeeeeharrrrRRS!!  Permalink  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-18294</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-18294</guid>
		<description>Mike,
Am trying to read an Atom feed using CS4 flash and as 3.0, am getting &quot;
  3:coerce com.adobe.xml.syndication.rss::Item20
VerifyError: Error #1014: Class com.adobe.xml.syndication.rss::Item20 could not be found.&quot;

any insight?

thanks</description>
		<content:encoded><![CDATA[<p>Mike,<br />
Am trying to read an Atom feed using CS4 flash and as 3.0, am getting &#8221;<br />
  3:coerce com.adobe.xml.syndication.rss::Item20<br />
VerifyError: Error #1014: Class com.adobe.xml.syndication.rss::Item20 could not be found.&#8221;</p>
<p>any insight?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-18258</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-18258</guid>
		<description>Is there any way to use this API to POST Atom data to a server in addition to parsing received Atom data?  I need to talk to Google&#039;s Data API and it requires that requests be in Atom format as well.  Thanks!</description>
		<content:encoded><![CDATA[<p>Is there any way to use this API to POST Atom data to a server in addition to parsing received Atom data?  I need to talk to Google&#8217;s Data API and it requires that requests be in Atom format as well.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gucci</title>
		<link>http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/comment-page-2/#comment-18206</link>
		<dc:creator>gucci</dc:creator>
		<pubDate>Tue, 15 Dec 2009 02:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/2008/01/22/parsing-rss-20-feeds-in-actionscript-3/#comment-18206</guid>
		<description>I access it in anyway using item.pubDate. i.e. -&gt; instead of having “Mon, 03 Aug 2009 19:18:38 +0000?(from the traced XML), I get “Wed Dec 3 14:18:38 GMT-0500 2008?(from traced item.pubDate) … !</description>
		<content:encoded><![CDATA[<p>I access it in anyway using item.pubDate. i.e. -&gt; instead of having “Mon, 03 Aug 2009 19:18:38 +0000?(from the traced XML), I get “Wed Dec 3 14:18:38 GMT-0500 2008?(from traced item.pubDate) … !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

