<?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: Talking to Twitter via Actionscript 3.0</title>
	<atom:link href="http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/</link>
	<description>Creative Director</description>
	<lastBuildDate>Wed, 25 Nov 2009 08:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carlinhos lehn</title>
		<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/comment-page-1/#comment-34763</link>
		<dc:creator>Carlinhos lehn</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jdavidcurry.com/2007/10/21/talking-to-twitter-via-actionscript-30/#comment-34763</guid>
		<description>Hi

please update your code.

add lines after imports

import flash.system.Security;
import flash.system.SecurityPanel;
Security.loadPolicyFile(&quot;http://www.twitter.com/crossdomain.xml&quot;);

this lines is granted acess and removing error for crossdomain on AS3

in my site is running perfect

sorry for my english</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>please update your code.</p>
<p>add lines after imports</p>
<p>import flash.system.Security;<br />
import flash.system.SecurityPanel;<br />
Security.loadPolicyFile(&#8220;http://www.twitter.com/crossdomain.xml&#8221;);</p>
<p>this lines is granted acess and removing error for crossdomain on AS3</p>
<p>in my site is running perfect</p>
<p>sorry for my english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Jacobsen</title>
		<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/comment-page-1/#comment-34462</link>
		<dc:creator>Martin Jacobsen</dc:creator>
		<pubDate>Sat, 16 Aug 2008 11:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jdavidcurry.com/2007/10/21/talking-to-twitter-via-actionscript-30/#comment-34462</guid>
		<description>&lt;a href=&quot;http://parallaxdenigrate.net/?p=22&quot; rel=&quot;nofollow&quot;&gt;Here&#039;s another work-around&lt;/a&gt;.
This one uses &lt;a href=&quot;http://pipes.yahoo.com&quot; rel=&quot;nofollow&quot;&gt;Yahoo Pipes&lt;/a&gt; to bypass the crossdomain issue.</description>
		<content:encoded><![CDATA[<p><a href="http://parallaxdenigrate.net/?p=22" rel="nofollow">Here&#8217;s another work-around</a>.<br />
This one uses <a href="http://pipes.yahoo.com" rel="nofollow">Yahoo Pipes</a> to bypass the crossdomain issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AGI</title>
		<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/comment-page-1/#comment-34456</link>
		<dc:creator>AGI</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jdavidcurry.com/2007/10/21/talking-to-twitter-via-actionscript-30/#comment-34456</guid>
		<description>ive created a twitter app with as3, using search.twitter.com instead of going straight to the rss feed of a particular user.

Just need to use xml.syndication to parse through the atom feed and it works fine</description>
		<content:encoded><![CDATA[<p>ive created a twitter app with as3, using search.twitter.com instead of going straight to the rss feed of a particular user.</p>
<p>Just need to use xml.syndication to parse through the atom feed and it works fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorials &#124; Flash/AS3 Tutorials Roundup &#171; Flash Enabled Blog</title>
		<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/comment-page-1/#comment-34455</link>
		<dc:creator>Tutorials &#124; Flash/AS3 Tutorials Roundup &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Mon, 11 Aug 2008 22:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jdavidcurry.com/2007/10/21/talking-to-twitter-via-actionscript-30/#comment-34455</guid>
		<description>[...] Talking to Twitter via Actionscript 3.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Talking to Twitter via Actionscript 3.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.davecurry.net/2007/10/21/talking-to-twitter-via-actionscript-30/comment-page-1/#comment-34434</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Thu, 01 May 2008 16:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jdavidcurry.com/2007/10/21/talking-to-twitter-via-actionscript-30/#comment-34434</guid>
		<description>Hey Dave, thank you for the step-by-step guide.

I am myself getting started with Twitter and scratching my head to figure out why they changed their crossdomain.xml.

I&#039;ve just posted a &lt;a href=&quot;http://blog.invassive.com/2008/04/30/avoid-crossdomainxml-restrictions/&quot; rel=&quot;nofollow&quot;&gt; workaround to crossdomain restrictions&lt;/a&gt;. It requires php though. As of now there is no client side only solution.
 
I run into this problem trying to access Google GeoLocation services and it looks like now I&#039;ll have to use it again if I want to access Twitter.

By the way, there is an easy to use JSON API at the &lt;a href=&quot;http://code.google.com/p/as3corelib/&quot; rel=&quot;nofollow&quot;&gt;as3corelibs&lt;/a&gt;. It will let you read JSON just the same as RSS or ATOM. So no more learning specific feed syntaxes.</description>
		<content:encoded><![CDATA[<p>Hey Dave, thank you for the step-by-step guide.</p>
<p>I am myself getting started with Twitter and scratching my head to figure out why they changed their crossdomain.xml.</p>
<p>I&#8217;ve just posted a <a href="http://blog.invassive.com/2008/04/30/avoid-crossdomainxml-restrictions/" rel="nofollow"> workaround to crossdomain restrictions</a>. It requires php though. As of now there is no client side only solution.</p>
<p>I run into this problem trying to access Google GeoLocation services and it looks like now I&#8217;ll have to use it again if I want to access Twitter.</p>
<p>By the way, there is an easy to use JSON API at the <a href="http://code.google.com/p/as3corelib/" rel="nofollow">as3corelibs</a>. It will let you read JSON just the same as RSS or ATOM. So no more learning specific feed syntaxes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
