<?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 a RSS feed into Flash</title>
	<atom:link href="http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/</link>
	<description>learning through interaction</description>
	<lastBuildDate>Thu, 20 May 2010 11:51:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Oliver</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31649</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 12 May 2010 14:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31649</guid>
		<description>I&#039;m trying it with AS 2 Flash player 10 settings.
All I get is the text &quot;eie&quot; in the field, but there is no such text in the rss feed, or in the script.. Can this work?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying it with AS 2 Flash player 10 settings.<br />
All I get is the text &#8220;eie&#8221; in the field, but there is no such text in the rss feed, or in the script.. Can this work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31631</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Fri, 16 Apr 2010 16:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31631</guid>
		<description>Thanks for the great tutorial... I still can&#039;t quite make it work. In the dynamic text field (I&#039;m using as2) it says, &quot;undefined.&quot; 

The feed is showing up in the output box... not sure what to do.

What does it mean to work through the feed by changing the [0]&#039;s?</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial&#8230; I still can&#8217;t quite make it work. In the dynamic text field (I&#8217;m using as2) it says, &#8220;undefined.&#8221; </p>
<p>The feed is showing up in the output box&#8230; not sure what to do.</p>
<p>What does it mean to work through the feed by changing the [0]&#8216;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helmut Granda</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31616</link>
		<dc:creator>Helmut Granda</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31616</guid>
		<description>I deff need to add a AS3 sample.</description>
		<content:encoded><![CDATA[<p>I deff need to add a AS3 sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31615</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31615</guid>
		<description>If you&#039;re working in AS2 the only thing that needs to be done to integrate this to the stage is to first create a dynamic text box named &quot;number1_txt&quot; and add the following:

sports.onLoad = function(success) {
	trace(sports);
  _root.uno = this.firstChild.childNodes[0].childNodes[0].childNodes[0].firstChild.nodeValue;
number1_txt.text = _root.uno;
};

You work your way through your rss feed/xml by changing the [0]&#039;s in that code. but that code should give you something to start with.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re working in AS2 the only thing that needs to be done to integrate this to the stage is to first create a dynamic text box named &#8220;number1_txt&#8221; and add the following:</p>
<p>sports.onLoad = function(success) {<br />
	trace(sports);<br />
  _root.uno = this.firstChild.childNodes[0].childNodes[0].childNodes[0].firstChild.nodeValue;<br />
number1_txt.text = _root.uno;<br />
};</p>
<p>You work your way through your rss feed/xml by changing the [0]&#8216;s in that code. but that code should give you something to start with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hii</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31613</link>
		<dc:creator>hii</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31613</guid>
		<description>about RSS comment in AS3

hii there I like to know now to create/add RSS comment into an flash website using with AS3</description>
		<content:encoded><![CDATA[<p>about RSS comment in AS3</p>
<p>hii there I like to know now to create/add RSS comment into an flash website using with AS3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob B</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31582</link>
		<dc:creator>Rob B</dc:creator>
		<pubDate>Thu, 31 Dec 2009 01:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31582</guid>
		<description>I&#039;m working in actionscript 2.0 and want to be able to use my rss blog feed for the news segment. I&#039;m having the same problem, the rss feed only shows up in the output pane.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working in actionscript 2.0 and want to be able to use my rss blog feed for the news segment. I&#8217;m having the same problem, the rss feed only shows up in the output pane.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jzq</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-31234</link>
		<dc:creator>jzq</dc:creator>
		<pubDate>Sun, 04 Oct 2009 20:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-31234</guid>
		<description>It works fine ! If its not showing in the text box i would suggest clicking &quot;embed...&quot; under the properties of the txt box and selecting they data you want to display !

If that doesnt work then i dont know.</description>
		<content:encoded><![CDATA[<p>It works fine ! If its not showing in the text box i would suggest clicking &#8220;embed&#8230;&#8221; under the properties of the txt box and selecting they data you want to display !</p>
<p>If that doesnt work then i dont know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Levene</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-28086</link>
		<dc:creator>Byron Levene</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-28086</guid>
		<description>Im doing somthing wrong because te feed is coming thru but its not rendering its just showing the source.</description>
		<content:encoded><![CDATA[<p>Im doing somthing wrong because te feed is coming thru but its not rendering its just showing the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BGS</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-27782</link>
		<dc:creator>BGS</dc:creator>
		<pubDate>Sat, 13 Jun 2009 21:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-27782</guid>
		<description>I managed to get this to work no problem. Now my question is.. is it possible to have the photos from the blog that is getting fed into flash show up and also, is there a way to make this look a little more organized? as of now im getting the text from the blog, but there is no space between each blog. 

Thanks</description>
		<content:encoded><![CDATA[<p>I managed to get this to work no problem. Now my question is.. is it possible to have the photos from the blog that is getting fed into flash show up and also, is there a way to make this look a little more organized? as of now im getting the text from the blog, but there is no space between each blog. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BGS</title>
		<link>http://www.helmutgranda.com/2005/05/15/loading-a-rss-feed-into-flash/comment-page-1/#comment-27781</link>
		<dc:creator>BGS</dc:creator>
		<pubDate>Sat, 13 Jun 2009 21:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=155#comment-27781</guid>
		<description>I managed to get this to work no problem. Now my question is.. is it possible to have the photos from the blog that is getting fed into flash show up and also, is there a way to make this look a little more organized? as of now im getting the text from the blog, but there is no space between each blog.</description>
		<content:encoded><![CDATA[<p>I managed to get this to work no problem. Now my question is.. is it possible to have the photos from the blog that is getting fed into flash show up and also, is there a way to make this look a little more organized? as of now im getting the text from the blog, but there is no space between each blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
