<?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: FlexFeed: Twitter RSS Feeds in Flex</title>
	<atom:link href="http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/</link>
	<description>Cutting edge development with Adobe Flex, ActionScript and AIR</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:06:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Balsky</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-10839</link>
		<dc:creator>Balsky</dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-10839</guid>
		<description>Hi, I got this error when run it on firefox

[RPC Fault faultString=&quot;Error #1088: The markup in the document following the root element must be well-formed.&quot; faultCode=&quot;Client.CouldNotDecode&quot; faultDetail=&quot;null&quot;]
	at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
	at mx.rpc::Responder/result()
	at mx.rpc::AsyncRequest/acknowledge()
	at DirectHTTPMessageResponder/completeHandler()
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at flash.net::URLLoader/onComplete()</description>
		<content:encoded><![CDATA[<p>Hi, I got this error when run it on firefox</p>
<p>[RPC Fault faultString="Error #1088: The markup in the document following the root element must be well-formed." faultCode="Client.CouldNotDecode" faultDetail="null"]<br />
	at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()<br />
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()<br />
	at mx.rpc::Responder/result()<br />
	at mx.rpc::AsyncRequest/acknowledge()<br />
	at DirectHTTPMessageResponder/completeHandler()<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at flash.net::URLLoader/onComplete()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Black</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-156</link>
		<dc:creator>Chris Black</dc:creator>
		<pubDate>Wed, 01 Jul 2009 22:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-156</guid>
		<description>Yup. You can use htmlText rather than text when setting the variable.  It doesn&#039;t look like twitter is returning the a href tags though.  That means that you would need to parse the text and use a regular expression to add the link tags into the string before setting the htmlText.

Sample RegExp:
var regEx:RegExp = new RegExp(&#039;[a-zA-Z]+://([.]?[a-zA-Z0-9?=&amp;%#_/-])*&#039;, &#039;ig&#039;);
_dynamicText.htmlText = string.replace(regEx, &quot;&lt;a href=\&quot;$&amp;\&quot;&gt;&lt;u&gt;$&amp;&lt;/u&gt;&lt;/a&gt;&quot;);</description>
		<content:encoded><![CDATA[<p>Yup. You can use htmlText rather than text when setting the variable.  It doesn&#8217;t look like twitter is returning the a href tags though.  That means that you would need to parse the text and use a regular expression to add the link tags into the string before setting the htmlText.</p>
<p>Sample RegExp:<br />
var regEx:RegExp = new RegExp(&#8216;[a-zA-Z]+://([.]?[a-zA-Z0-9?=&amp;%#_/-])*&#8217;, &#8216;ig&#8217;);<br />
_dynamicText.htmlText = string.replace(regEx, &#8220;&lt;a href=\&#8221;$&amp;\&#8221;&gt;&lt;u&gt;$&amp;&lt;/u&gt;&lt;/a&gt;&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-152</link>
		<dc:creator>nigel</dc:creator>
		<pubDate>Wed, 01 Jul 2009 09:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-152</guid>
		<description>hi chris,

is it possible to get those links active?</description>
		<content:encoded><![CDATA[<p>hi chris,</p>
<p>is it possible to get those links active?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-105</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 25 May 2009 08:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-105</guid>
		<description>Hey thanks for this, I was making calls directly from flash, and it worked fine locally, then I uploaded to my server, and I got nothing. Hit google and found this, solved my problem within 5 mins. Thanks!</description>
		<content:encoded><![CDATA[<p>Hey thanks for this, I was making calls directly from flash, and it worked fine locally, then I uploaded to my server, and I got nothing. Hit google and found this, solved my problem within 5 mins. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conjure one</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-41</link>
		<dc:creator>Conjure one</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-41</guid>
		<description>I discovered the issue was with the PHP settings on my server.  Never mind the previous posts.  Thanks again for the great tutorial!</description>
		<content:encoded><![CDATA[<p>I discovered the issue was with the PHP settings on my server.  Never mind the previous posts.  Thanks again for the great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conjure One</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-40</link>
		<dc:creator>Conjure One</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-40</guid>
		<description>BTW Great Tutorial and learning resource!  Many thanks!</description>
		<content:encoded><![CDATA[<p>BTW Great Tutorial and learning resource!  Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conjure One</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-39</link>
		<dc:creator>Conjure One</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-39</guid>
		<description>The PHP does not seem to consistently retrieve the data via this script (PHP).  I can only occasionally receive the data into flex.  any ideas as to why this is?</description>
		<content:encoded><![CDATA[<p>The PHP does not seem to consistently retrieve the data via this script (PHP).  I can only occasionally receive the data into flex.  any ideas as to why this is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Black</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-18</link>
		<dc:creator>Chris Black</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-18</guid>
		<description>Here is info from Adobe:

&quot;When working with XML, ensure that you open any namespaces that you want to use. The namespace for the Flickr RSS feed is http://www.w3.org/2005/Atom. You must define a namespace and set it to this unique URL and then include the use statement for that namespace. Otherwise, you do not have access to the contents of the loaded XML document.&quot;

http://www.adobe.com/devnet/flex/quickstart/httpservice/

and info on Nampspace:

http://livedocs.adobe.com/flex/3/langref/Namespace.html

Declaring a name space in Flex will affect all subsequent calls to xml from there on out.</description>
		<content:encoded><![CDATA[<p>Here is info from Adobe:</p>
<p>&#8220;When working with XML, ensure that you open any namespaces that you want to use. The namespace for the Flickr RSS feed is <a href="http://www.w3.org/2005/Atom" rel="nofollow">http://www.w3.org/2005/Atom</a>. You must define a namespace and set it to this unique URL and then include the use statement for that namespace. Otherwise, you do not have access to the contents of the loaded XML document.&#8221;</p>
<p><a href="http://www.adobe.com/devnet/flex/quickstart/httpservice/" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/httpservice/</a></p>
<p>and info on Nampspace:</p>
<p><a href="http://livedocs.adobe.com/flex/3/langref/Namespace.html" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/Namespace.html</a></p>
<p>Declaring a name space in Flex will affect all subsequent calls to xml from there on out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanenas</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-17</link>
		<dc:creator>kanenas</dc:creator>
		<pubDate>Sun, 25 Jan 2009 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-17</guid>
		<description>What&#039;s the purpose of the atom namespace?  You don&#039;t seem to define or reference any name in or from it.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the purpose of the atom namespace?  You don&#8217;t seem to define or reference any name in or from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Black</title>
		<link>http://www.blackcj.com/blog/2008/10/04/flexfeed-integrate-twitter-rss-feeds-into-flex/comment-page-1/#comment-6</link>
		<dc:creator>Chris Black</dc:creator>
		<pubDate>Sun, 21 Dec 2008 20:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackcj.com/blog/?p=3#comment-6</guid>
		<description>You can use any server side language as a medium to access Twitter.  I used php since it is the one that I am most familiar with.  I would be interested in seeing what the jsp looks like if anyone is willing to post it here.  Thanks!</description>
		<content:encoded><![CDATA[<p>You can use any server side language as a medium to access Twitter.  I used php since it is the one that I am most familiar with.  I would be interested in seeing what the jsp looks like if anyone is willing to post it here.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.000 seconds -->

