<?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 the Kuler RSS feed using Flex</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-8446</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 15 Oct 2010 19:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-8446</guid>
		<description>Wow. Nothing...</description>
		<content:encoded><![CDATA[<p>Wow. Nothing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-771</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-771</guid>
		<description>When I tried this example I was given a url to apply for a key and I recieved one.  My question would be were should I add this key to my code?  Thank You.</description>
		<content:encoded><![CDATA[<p>When I tried this example I was given a url to apply for a key and I recieved one.  My question would be were should I add this key to my code?  Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: She</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-770</link>
		<dc:creator>She</dc:creator>
		<pubDate>Mon, 16 Jun 2008 23:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-770</guid>
		<description>Hi,
I want to use this XML insted of kuler. I am able to display the whole feed but Images and Titles are not showing in the boxes. ANy idea?

http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to use this XML insted of kuler. I am able to display the whole feed but Images and Titles are not showing in the boxes. ANy idea?</p>
<p><a href="http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml" rel="nofollow">http://movielibrary.lynda.com/courses/actionscript/Site/Blog/rss.xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-769</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 27 May 2008 08:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-769</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987&quot; rel=&quot;nofollow&quot;&gt;terry kernan&lt;/a&gt;,

Interesting, this was working earlier, but I&#039;m seeing this problem intermittently now.
It looks like my namespace may have changed. Try updating the Namespace declaration to the following:
&lt;pre class=&quot;code&quot;&gt;
private var kulerNS:Namespace = new Namespace(&quot;http://kuler.adobe.com/kuler/API/rss/&quot;);
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-12987" rel="nofollow">terry kernan</a>,</p>
<p>Interesting, this was working earlier, but I&#8217;m seeing this problem intermittently now.<br />
It looks like my namespace may have changed. Try updating the Namespace declaration to the following:</p>
<pre class="code">
private var kulerNS:Namespace = new Namespace("http://kuler.adobe.com/kuler/API/rss/");
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: terry kernan</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-768</link>
		<dc:creator>terry kernan</dc:creator>
		<pubDate>Mon, 26 May 2008 12:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-768</guid>
		<description>I noticed that when i came across this example today that the values used in the datagrid were empty, but rows are being copied from the xml feed to the datagrid, indicating that you&#039;re able to walk through the xml file, but the content seems to be missing, any ideas?</description>
		<content:encoded><![CDATA[<p>I noticed that when i came across this example today that the values used in the datagrid were empty, but rows are being copied from the xml feed to the datagrid, indicating that you&#8217;re able to walk through the xml file, but the content seems to be missing, any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charly</title>
		<link>http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/comment-page-1/#comment-767</link>
		<dc:creator>Charly</dc:creator>
		<pubDate>Thu, 23 Aug 2007 16:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/22/parsing-the-kuler-rss-feed-using-flex/#comment-767</guid>
		<description>Hi,

would it be possible to use: kulerNS::themeItem.kulerNS::themeImage directly i.e. in the &quot;Image&quot;-DataGridColumn, to get the String value?

If yes...which property should be used for?
I think it would be the &quot;data&quot;-Attribute of the DataGridColumn..right?

Best regards
Charly</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>would it be possible to use: kulerNS::themeItem.kulerNS::themeImage directly i.e. in the &#8220;Image&#8221;-DataGridColumn, to get the String value?</p>
<p>If yes&#8230;which property should be used for?<br />
I think it would be the &#8220;data&#8221;-Attribute of the DataGridColumn..right?</p>
<p>Best regards<br />
Charly</p>
]]></content:encoded>
	</item>
</channel>
</rss>

