<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Package-level function closures in ActionScript</title>
	<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/</link>
	<description></description>
	<pubDate>Mon, 13 Oct 2008 18:43:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Darin Kohles</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-42252</link>
		<pubDate>Fri, 23 May 2008 03:25:51 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-42252</guid>
					<description>Great post, like the man sai - keep them coming.

Another great topic might be inner or package level private classes that are only available inside a package.</description>
		<content:encoded><![CDATA[<p>Great post, like the man sai - keep them coming.</p>
<p>Another great topic might be inner or package level private classes that are only available inside a package.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colby Cheeze</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-41629</link>
		<pubDate>Tue, 20 May 2008 16:45:20 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-41629</guid>
					<description>This doesn't seem to be working for me. I am using Flex 3. I created a function as you said...and I can import it...and the Flex code hinting picks it up and everything (just like the built in functions getTimer() etc...) however after I type in a function or whatever it gives me
"Definition com.cheezeworld.com.utils:stripWhitespace could not be found."

I don't understand? meh...</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t seem to be working for me. I am using Flex 3. I created a function as you said&#8230;and I can import it&#8230;and the Flex code hinting picks it up and everything (just like the built in functions getTimer() etc&#8230;) however after I type in a function or whatever it gives me<br />
&#8220;Definition com.cheezeworld.com.utils:stripWhitespace could not be found.&#8221;</p>
<p>I don&#8217;t understand? meh&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-40960</link>
		<pubDate>Sat, 17 May 2008 03:39:15 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-40960</guid>
					<description>Hey Sam,

This is specific to ActionScript 3.0 so it should work in Flex 2 and 3 as well as AIR and Flash.

- Eric</description>
		<content:encoded><![CDATA[<p>Hey Sam,</p>
<p>This is specific to ActionScript 3.0 so it should work in Flex 2 and 3 as well as AIR and Flash.</p>
<p>- Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sam</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-40505</link>
		<pubDate>Thu, 15 May 2008 18:02:17 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-40505</guid>
					<description>does this work in flex 3?  or is it just a flex 2 thing?</description>
		<content:encoded><![CDATA[<p>does this work in flex 3?  or is it just a flex 2 thing?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: William from Lagos</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-39858</link>
		<pubDate>Wed, 14 May 2008 13:13:45 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-39858</guid>
					<description>Pretty cool. Thanks for the information.</description>
		<content:encoded><![CDATA[<p>Pretty cool. Thanks for the information.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-39668</link>
		<pubDate>Tue, 13 May 2008 17:36:01 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-39668</guid>
					<description>Hey Sean,

Are you referring to the SingletonManager?
http://code.ericfeminella.com/classes/as3/SingletonManager.as.html

Thanks,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Sean,</p>
<p>Are you referring to the SingletonManager?<br />
<a href='http://code.ericfeminella.com/classes/as3/SingletonManager.as.html' rel='nofollow'>http://code.ericfeminella.com/classes/as3/SingletonManager.as.html</a></p>
<p>Thanks,<br />
Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Sean Moore</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-38209</link>
		<pubDate>Fri, 09 May 2008 19:35:35 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-38209</guid>
					<description>Hey Eric,

Great post. Is the Singleton Enforcer an example of this?

Kind regards,

Sean</description>
		<content:encoded><![CDATA[<p>Hey Eric,</p>
<p>Great post. Is the Singleton Enforcer an example of this?</p>
<p>Kind regards,</p>
<p>Sean
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marcos Arruda</title>
		<link>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-38175</link>
		<pubDate>Fri, 09 May 2008 13:51:02 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2008/05/06/package-level-function-closures-in-actionscript/#comment-38175</guid>
					<description>Excelent Eric! I love to see this details described. Keep this coming please.</description>
		<content:encoded><![CDATA[<p>Excelent Eric! I love to see this details described. Keep this coming please.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
