<?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: Funny things about static const in ActionScript 3</title>
	<atom:link href="http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/</link>
	<description>Life in a Flash</description>
	<pubDate>Wed, 07 Jan 2009 12:45:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Recent Links Tagged With "actionscript3" - JabberTags</title>
		<link>http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/comment-page-1/#comment-613</link>
		<dc:creator>Recent Links Tagged With "actionscript3" - JabberTags</dc:creator>
		<pubDate>Tue, 14 Oct 2008 19:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://shang-liang.com/blog/?p=77#comment-613</guid>
		<description>[...] by wolsab on Tue 14-10-2008   org.as3s.Tween at AS3S.ORG Saved by saaipuntnl on Mon 13-10-2008   Funny things about static const in ActionScript 3 Saved by freckle73 on Mon 13-10-2008   ActionScriptCheatSheet.com - Adobe Flex, Adobe AIR, [...]</description>
		<content:encoded><![CDATA[<p>[...] by wolsab on Tue 14-10-2008   org.as3s.Tween at AS3S.ORG Saved by saaipuntnl on Mon 13-10-2008   Funny things about static const in ActionScript 3 Saved by freckle73 on Mon 13-10-2008   ActionScriptCheatSheet.com - Adobe Flex, Adobe AIR, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5566</title>
		<link>http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/comment-page-1/#comment-585</link>
		<dc:creator>5566</dc:creator>
		<pubDate>Sat, 23 Aug 2008 08:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://shang-liang.com/blog/?p=77#comment-585</guid>
		<description>I thought only numbers, strings etc can be a constant. After giving some more thoughts, I realize a constant object is a constant pointer pointing to something can be changed from time to time.</description>
		<content:encoded><![CDATA[<p>I thought only numbers, strings etc can be a constant. After giving some more thoughts, I realize a constant object is a constant pointer pointing to something can be changed from time to time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/comment-page-1/#comment-583</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 23 Aug 2008 07:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://shang-liang.com/blog/?p=77#comment-583</guid>
		<description>Actually, I think this makes a lot of sense.

FunnyStaticConst:BASE is a static constant, not it's members, so of course you should be able to change them. You should not, however be allowed to redefine FunnyStaticConst:BASE altogether (such as FunnyStaticConst:BASE = {who:'me', when:'now'}).

BTW: Either your wp spam blocker doesn't like Safari, or my copy of Safari is jacked up.</description>
		<content:encoded><![CDATA[<p>Actually, I think this makes a lot of sense.</p>
<p>FunnyStaticConst:BASE is a static constant, not it&#8217;s members, so of course you should be able to change them. You should not, however be allowed to redefine FunnyStaticConst:BASE altogether (such as FunnyStaticConst:BASE = {who:&#8217;me&#8217;, when:&#8217;now&#8217;}).</p>
<p>BTW: Either your wp spam blocker doesn&#8217;t like Safari, or my copy of Safari is jacked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://shang-liang.com/blog/funny-things-about-static-const-in-actionscript-3/comment-page-1/#comment-576</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Fri, 22 Aug 2008 17:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://shang-liang.com/blog/?p=77#comment-576</guid>
		<description>It's really funny !

Object is a dynamic class, so its properties can be added at run time. May be this situation happens to any other dynamic classes as well. Let's try it on.</description>
		<content:encoded><![CDATA[<p>It&#8217;s really funny !</p>
<p>Object is a dynamic class, so its properties can be added at run time. May be this situation happens to any other dynamic classes as well. Let&#8217;s try it on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
