<?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: Streaming RSS Feeds into Your Flash Application</title>
	<atom:link href="http://www.hesslerdesign.com/blog/flash/streaming-rss-feeds-into-your-flash-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hesslerdesign.com/blog/flash/streaming-rss-feeds-into-your-flash-application/</link>
	<description>Smart Developers = Smart Websites</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:48:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anthony</title>
		<link>http://www.hesslerdesign.com/blog/flash/streaming-rss-feeds-into-your-flash-application/comment-page-1/#comment-1057</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 17 Nov 2011 03:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hesslerdesign.com/blog/?p=300#comment-1057</guid>
		<description>If you followed the code I put in the example, then yes, you&#039;ll only see it in the output box, because I set a trace() statement to trace out the XML. The titles and links are stored in their respective arrays, &quot;rssTitles_arr&quot; and &quot;rssLinks_arr&quot; in this example. So once those are set (after the &#039;for&#039; loop runs in the loadRSS function), you will have all of the titles and links available to you at your disposal, which you can then use to populate text fields on your stage.

Hope it helps!</description>
		<content:encoded><![CDATA[<p>If you followed the code I put in the example, then yes, you&#8217;ll only see it in the output box, because I set a trace() statement to trace out the XML. The titles and links are stored in their respective arrays, &#8220;rssTitles_arr&#8221; and &#8220;rssLinks_arr&#8221; in this example. So once those are set (after the &#8216;for&#8217; loop runs in the loadRSS function), you will have all of the titles and links available to you at your disposal, which you can then use to populate text fields on your stage.</p>
<p>Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.hesslerdesign.com/blog/flash/streaming-rss-feeds-into-your-flash-application/comment-page-1/#comment-1054</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 04 Nov 2011 03:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hesslerdesign.com/blog/?p=300#comment-1054</guid>
		<description>This is cool but I can’t see the info in the flash when I test it, I can see it in the output box only.</description>
		<content:encoded><![CDATA[<p>This is cool but I can’t see the info in the flash when I test it, I can see it in the output box only.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

