<?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: Extending ActionScript classes to provide AsyncToken like behavior</title>
	<atom:link href="http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=extending-actionscript-classes-to-provide-asynctoken-like-behavior</link>
	<description>Flex, AIR and Rock&#38;Roll</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: sydd</title>
		<link>http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/comment-page-1/#comment-1579</link>
		<dc:creator>sydd</dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/#comment-1579</guid>
		<description>great article, many thanks for it :)</description>
		<content:encoded><![CDATA[<p>great article, many thanks for it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/comment-page-1/#comment-769</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Mon, 11 Aug 2008 15:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/#comment-769</guid>
		<description>@Rob McKeown

Good point.
Indeed, I would have a problem in this case. So, the way you should use MyLoader for multiple calls is to instantiate for each call if you plan to do multiple calls one after another.</description>
		<content:encoded><![CDATA[<p>@Rob McKeown</p>
<p>Good point.<br />
Indeed, I would have a problem in this case. So, the way you should use MyLoader for multiple calls is to instantiate for each call if you plan to do multiple calls one after another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob McKeown</title>
		<link>http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/comment-page-1/#comment-768</link>
		<dc:creator>Rob McKeown</dc:creator>
		<pubDate>Mon, 11 Aug 2008 14:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/08/11/extending-actionscript-classes-to-provide-asynctoken-like-behavior/#comment-768</guid>
		<description>Wouldn&#039;t you have a problem if you used the same loader to make more than one async call given that it is possible that a second request could be sent before the first response comes back? Since the token is just being stored in the loader, any subsequent call would overwrite the previous value making it impossible to &quot;link&quot; the data to its request.

I think the AsyncToken in flex does not have that issue.</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t you have a problem if you used the same loader to make more than one async call given that it is possible that a second request could be sent before the first response comes back? Since the token is just being stored in the loader, any subsequent call would overwrite the previous value making it impossible to &#8220;link&#8221; the data to its request.</p>
<p>I think the AsyncToken in flex does not have that issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
