<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript 3 Lover &#187; addEventListener</title>
	<atom:link href="http://as3blog.com/tag/addeventlistener/feed/" rel="self" type="application/rss+xml" />
	<link>http://as3blog.com</link>
	<description>Focus on ActionScript 3</description>
	<lastBuildDate>Thu, 19 Nov 2009 04:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>并不是每一次addEventListener都要设置为弱引用</title>
		<link>http://as3blog.com/as3/addeventlistener-as3-weakreference-false/</link>
		<comments>http://as3blog.com/as3/addeventlistener-as3-weakreference-false/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 13:49:10 +0000</pubDate>
		<dc:creator>Aw</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[useWeakReference]]></category>

		<guid isPermaLink="false">http://as3blog.com/as3/addeventlistener-as3-weakreference-false/</guid>
		<description><![CDATA[之前Flash业界大牛Gskinner曾呼吁大家节约内存使用，多采用弱引用方式。然而，今天发现一味地使用弱引用并不是一条捷径。经过观察发现，一些stage事件和timer事件如果设置为弱引用则会出问题。例如，Timer事件设置弱引用后，只能响应第一次。
仔细、深入了解事件机制，比“全部都用……”要更有效果。
]]></description>
			<content:encoded><![CDATA[<p>之前Flash业界大牛Gskinner曾呼吁大家节约内存使用，多采用弱引用方式。然而，今天发现一味地使用弱引用并不是一条捷径。经过观察发现，一些stage事件和timer事件如果设置为弱引用则会出问题。例如，Timer事件设置弱引用后，只能响应第一次。</p>
<p>仔细、深入了解事件机制，比“全部都用……”要更有效果。</p>
]]></content:encoded>
			<wfw:commentRss>http://as3blog.com/as3/addeventlistener-as3-weakreference-false/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

