<?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: Flex 2 MXNA RSS Reader Example</title>
	<atom:link href="http://renaun.com/blog/2006/07/04/55/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/07/04/55/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Thu, 20 Nov 2008 09:17:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Flex and Cairngrom Architecture &#171; Vengatc techology logs</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-457665</link>
		<dc:creator>Flex and Cairngrom Architecture &#171; Vengatc techology logs</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-457665</guid>
		<description>[...] http://renaun.com/blog/2006/07/04/55/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://renaun.com/blog/2006/07/04/55/" rel="nofollow">http://renaun.com/blog/2006/07/04/55/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-262686</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-262686</guid>
		<description>hey venix take a look at php and curl. you should be able to write a pretty simple php proxy using php's curl api.</description>
		<content:encoded><![CDATA[<p>hey venix take a look at php and curl. you should be able to write a pretty simple php proxy using php&#8217;s curl api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venix</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-13172</link>
		<dc:creator>Venix</dc:creator>
		<pubDate>Sun, 30 Nov 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-13172</guid>
		<description>Can any of you guys give me the source for a proxy for this RSS reader?

I've been trying to create one all day, to no avail, and am getting quite frustrated. I just want to get passed the cross domain issue ( as most RSS feeds lack a crossdomain.xml )</description>
		<content:encoded><![CDATA[<p>Can any of you guys give me the source for a proxy for this RSS reader?</p>
<p>I&#8217;ve been trying to create one all day, to no avail, and am getting quite frustrated. I just want to get passed the cross domain issue ( as most RSS feeds lack a crossdomain.xml )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-4283</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-4283</guid>
		<description>Glad it worked, and thanks for the heads up on the MXNA url parameter issue.</description>
		<content:encoded><![CDATA[<p>Glad it worked, and thanks for the heads up on the MXNA url parameter issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-4280</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-4280</guid>
		<description>Thanks Renaun for an inspiration and your answer.

We had went through Flash Player Technote article " Loading data across domains" http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520 and had installed proxy Java servlet as suggested.

Now, our RSS reader can load any remote RSS feed via this proxy which is good thing because the end user does not want to know anything about Flash player security sandboxes.

The only drawback found already by me of this proxy Java servlet, that it FAILS to load  RSS feed from:  
http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&#38;languages=1&#38;categoryId=5"
, but I will change the order of URL parameters, this proxy Java servlet will SUCCEED to load RSS feed from:
http://weblogs.macromedia.com/mxna/xml/rss.cfm?languages=1&#38;categoryId=5&#38;query=byCategory

I suspect this behavoiur occurs because 
"http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory" is not valid RSS feed anytime</description>
		<content:encoded><![CDATA[<p>Thanks Renaun for an inspiration and your answer.</p>
<p>We had went through Flash Player Technote article &#8221; Loading data across domains&#8221; <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520" rel="nofollow">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520</a> and had installed proxy Java servlet as suggested.</p>
<p>Now, our RSS reader can load any remote RSS feed via this proxy which is good thing because the end user does not want to know anything about Flash player security sandboxes.</p>
<p>The only drawback found already by me of this proxy Java servlet, that it FAILS to load  RSS feed from:<br />
<a href="http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&amp;languages=1&amp;categoryId=5" rel="nofollow">http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&amp;languages=1&amp;categoryId=5</a>&#8221;<br />
, but I will change the order of URL parameters, this proxy Java servlet will SUCCEED to load RSS feed from:<br />
<a href="http://weblogs.macromedia.com/mxna/xml/rss.cfm?languages=1&amp;categoryId=5&amp;query=byCategory" rel="nofollow">http://weblogs.macromedia.com/mxna/xml/rss.cfm?languages=1&amp;categoryId=5&amp;query=byCategory</a></p>
<p>I suspect this behavoiur occurs because<br />
&#8220;http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&#8221; is not valid RSS feed anytime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-4105</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-4105</guid>
		<description>Thats about all you can do.  Make a proxy server where you have control of the crossdomain.xml and have that server make the calls to go get the XML feeds.

Its all because of the need to sandbox the Flash Player, it limits some situations but it saves a lot of security issue headaches.</description>
		<content:encoded><![CDATA[<p>Thats about all you can do.  Make a proxy server where you have control of the crossdomain.xml and have that server make the calls to go get the XML feeds.</p>
<p>Its all because of the need to sandbox the Flash Player, it limits some situations but it saves a lot of security issue headaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-4098</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Wed, 30 Nov 2005 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-4098</guid>
		<description>Good example, Renaun.

I had used your source code in my own RSS reader and it worked fine. 

I also had compared your RSS parser with Adobe's open sourced class "com.adobe.xml.syndication.rss.RSS20" from Adobe Labs available fro http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries#RSS_and_Atom_libraries


Both work fine!

But I had hit the Adobe Flash Player 9  Security Sandbox rules
 (http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf).

    I cannot load XML file in RSS format from the remote server using URLRequset object if that remote server does not contain "crossdomain.xml" with content:
-------

   

-------

  For example:

  1) XML file in RSS format "http://feeds.feedburner.com/MicroPersuasion"
  CANNOT be loaded due to Security Sandbox rules

1) XML file in RSS format "http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&#38;languages=1&#38;categoryId=5"
  CAN be loaded due to Security Sandbox rules.

What will be your advice to avoid it? We are currently thinking of using tunneling at the server-side to allow Flex 2 basd client to access any remote RSS feed, not just allowed by security policy in Adobe Flash player 9.</description>
		<content:encoded><![CDATA[<p>Good example, Renaun.</p>
<p>I had used your source code in my own RSS reader and it worked fine. </p>
<p>I also had compared your RSS parser with Adobe&#8217;s open sourced class &#8220;com.adobe.xml.syndication.rss.RSS20&#8243; from Adobe Labs available fro <a href="http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries#RSS_and_Atom_libraries" rel="nofollow">http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries#RSS_and_Atom_libraries</a></p>
<p>Both work fine!</p>
<p>But I had hit the Adobe Flash Player 9  Security Sandbox rules<br />
 (http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf).</p>
<p>    I cannot load XML file in RSS format from the remote server using URLRequset object if that remote server does not contain &#8220;crossdomain.xml&#8221; with content:<br />
&#8212;&#8212;-</p>
<p>&#8212;&#8212;-</p>
<p>  For example:</p>
<p>  1) XML file in RSS format &#8220;http://feeds.feedburner.com/MicroPersuasion&#8221;<br />
  CANNOT be loaded due to Security Sandbox rules</p>
<p>1) XML file in RSS format &#8220;http://weblogs.macromedia.com/mxna/xml/rss.cfm?query=byCategory&amp;languages=1&amp;categoryId=5&#8243;<br />
  CAN be loaded due to Security Sandbox rules.</p>
<p>What will be your advice to avoid it? We are currently thinking of using tunneling at the server-side to allow Flex 2 basd client to access any remote RSS feed, not just allowed by security policy in Adobe Flash player 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySchizoBuddy</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-2913</link>
		<dc:creator>MySchizoBuddy</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-2913</guid>
		<description>Can u show how would make a rss reader for video podcast. So all the quicktime videos play inside flex</description>
		<content:encoded><![CDATA[<p>Can u show how would make a rss reader for video podcast. So all the quicktime videos play inside flex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vik</title>
		<link>http://renaun.com/blog/2006/07/04/55/#comment-2188</link>
		<dc:creator>Vik</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/?p=55#comment-2188</guid>
		<description>good example</description>
		<content:encoded><![CDATA[<p>good example</p>
]]></content:encoded>
	</item>
</channel>
</rss>
