<?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: Loading with AS3 Signals &#8211; Quick Tip</title>
	<atom:link href="http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/</link>
	<description>another awesome actionscript blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:34:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Samuel Asher Rivello</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-174</link>
		<dc:creator>Samuel Asher Rivello</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-174</guid>
		<description>AS3-Signals is great. 

Here is a slideshow, GIT Code Sample, and screencast video about the fantastic AS3-Signals.

http://www.rivellomultimediaconsulting.com/as3-signals-introduction/</description>
		<content:encoded><![CDATA[<p>AS3-Signals is great. </p>
<p>Here is a slideshow, GIT Code Sample, and screencast video about the fantastic AS3-Signals.</p>
<p><a href="http://www.rivellomultimediaconsulting.com/as3-signals-introduction/" rel="nofollow">http://www.rivellomultimediaconsulting.com/as3-signals-introduction/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aristphrenia</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-151</link>
		<dc:creator>Aristphrenia</dc:creator>
		<pubDate>Mon, 14 Feb 2011 07:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-151</guid>
		<description>Honestly I combine Signals and Native Events - it is just so much faster to add a single addEventListener(Event.ADDED_TO_Stage etc, etc than the two step process of Native Signals.</description>
		<content:encoded><![CDATA[<p>Honestly I combine Signals and Native Events &#8211; it is just so much faster to add a single addEventListener(Event.ADDED_TO_Stage etc, etc than the two step process of Native Signals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aiden Tailor</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-76</link>
		<dc:creator>Aiden Tailor</dc:creator>
		<pubDate>Sun, 14 Mar 2010 23:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-76</guid>
		<description>glad to help, stay tuned for more about Signals in the upcoming weeks</description>
		<content:encoded><![CDATA[<p>glad to help, stay tuned for more about Signals in the upcoming weeks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: godstroke</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-75</link>
		<dc:creator>godstroke</dc:creator>
		<pubDate>Sun, 14 Mar 2010 19:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-75</guid>
		<description>thanks, been helpful.</description>
		<content:encoded><![CDATA[<p>thanks, been helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aiden Tailor</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-74</link>
		<dc:creator>Aiden Tailor</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-74</guid>
		<description>I am working with Signals really intensively and this post addresses people who want to replace regular events using Signals&#039; capabilities. The main reason why I myself use this approach is because of the addOnce method which cleans up my code and likely speeds it up. I do not claim that this approach helps. It is just a matter of liking.</description>
		<content:encoded><![CDATA[<p>I am working with Signals really intensively and this post addresses people who want to replace regular events using Signals&#8217; capabilities. The main reason why I myself use this approach is because of the addOnce method which cleans up my code and likely speeds it up. I do not claim that this approach helps. It is just a matter of liking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-73</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-73</guid>
		<description>And this approach helps how? You don&#039;t like removeEventListener functions but adding another boilerplate code.</description>
		<content:encoded><![CDATA[<p>And this approach helps how? You don&#8217;t like removeEventListener functions but adding another boilerplate code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aiden Tailor</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-72</link>
		<dc:creator>Aiden Tailor</dc:creator>
		<pubDate>Sun, 14 Mar 2010 10:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-72</guid>
		<description>very right! thanks for the add-on, already edited the code</description>
		<content:encoded><![CDATA[<p>very right! thanks for the add-on, already edited the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoffer Enedahl</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-71</link>
		<dc:creator>Christoffer Enedahl</dc:creator>
		<pubDate>Sun, 14 Mar 2010 06:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-71</guid>
		<description>I&#039;d to a progressSignal.removeAll(); in the onFault handler aswell.</description>
		<content:encoded><![CDATA[<p>I&#8217;d to a progressSignal.removeAll(); in the onFault handler aswell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.aidentailor.net/2010/03/03/loading-with-as3-signals-quick-tip/comment-page-1/#comment-70</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Sun, 14 Mar 2010 04:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aidentailor.net/?p=399#comment-70</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by aidentailor: Just blogged: Loading with AS3 Signals - Quick Tip - http://tinyurl.com/ye8bwuj...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by aidentailor: Just blogged: Loading with AS3 Signals &#8211; Quick Tip &#8211; <a href="http://tinyurl.com/ye8bwuj.." rel="nofollow">http://tinyurl.com/ye8bwuj..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

