<?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>“茶馆儿” 的评论</title>
	<atom:link href="http://blog.chafanhou.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.chafanhou.com</link>
	<description>聊聊关于小游戏的那些事</description>
	<lastBuildDate>Thu, 20 May 2010 02:21:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>bindiry 关于 flash 模拟下载测试 的评论</title>
		<link>http://blog.chafanhou.com/?p=93&#038;cpage=1#comment-164</link>
		<dc:creator>bindiry</dc:creator>
		<pubDate>Thu, 20 May 2010 02:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=93#comment-164</guid>
		<description>利用firefox的throttle扩展也可以实现控速下载，配合cache status扩展，用起来也不错。</description>
		<content:encoded><![CDATA[<p>利用firefox的throttle扩展也可以实现控速下载，配合cache status扩展，用起来也不错。</p>
]]></content:encoded>
	</item>
	<item>
		<title>daniel 关于 FlashBuilder4代码自动提示快捷键(Alt+/)失效问题解决 的评论</title>
		<link>http://blog.chafanhou.com/?p=249&#038;cpage=1#comment-163</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 17 May 2010 02:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=249#comment-163</guid>
		<description>确实可以解决这个问题，非常感谢。不然，我真想换回去flex3了。</description>
		<content:encoded><![CDATA[<p>确实可以解决这个问题，非常感谢。不然，我真想换回去flex3了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Bindiry 关于 [转载]编译一个DEBUG版本 的评论</title>
		<link>http://blog.chafanhou.com/?p=257&#038;cpage=1#comment-161</link>
		<dc:creator>Bindiry</dc:creator>
		<pubDate>Fri, 23 Apr 2010 11:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=257#comment-161</guid>
		<description>相当实用，需要的时候试一下。</description>
		<content:encoded><![CDATA[<p>相当实用，需要的时候试一下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>mazha 关于 让本地flash程序越过安全那道墙 的评论</title>
		<link>http://blog.chafanhou.com/?p=184&#038;cpage=1#comment-154</link>
		<dc:creator>mazha</dc:creator>
		<pubDate>Thu, 25 Mar 2010 04:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=184#comment-154</guid>
		<description>好吧,我想知道</description>
		<content:encoded><![CDATA[<p>好吧,我想知道</p>
]]></content:encoded>
	</item>
	<item>
		<title>logos 关于 这是一个Flash Player的bug吗？ 的评论</title>
		<link>http://blog.chafanhou.com/?p=209&#038;cpage=1#comment-153</link>
		<dc:creator>logos</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=209#comment-153</guid>
		<description>确实是焦点的问题。

我想应该是因为stage的焦点设置在按钮上之后，增加了对按钮的一个引用，虽然removeChild了，但是按钮仍然不会被回收。既然按钮仍然在内存中，场景也不好随意把焦点收回。

但还是觉得怪怪的，为什么内部不能判断只剩下stage.focus一个引用的时候也将其回收呢？为了减少一个判断提高效率？唉，总之目前只能写一些奇怪的代码了。 :shock:</description>
		<content:encoded><![CDATA[<p>确实是焦点的问题。</p>
<p>我想应该是因为stage的焦点设置在按钮上之后，增加了对按钮的一个引用，虽然removeChild了，但是按钮仍然不会被回收。既然按钮仍然在内存中，场景也不好随意把焦点收回。</p>
<p>但还是觉得怪怪的，为什么内部不能判断只剩下stage.focus一个引用的时候也将其回收呢？为了减少一个判断提高效率？唉，总之目前只能写一些奇怪的代码了。 <img src='http://blog.chafanhou.com/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Bindiry 关于 这是一个Flash Player的bug吗？ 的评论</title>
		<link>http://blog.chafanhou.com/?p=209&#038;cpage=1#comment-152</link>
		<dc:creator>Bindiry</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=209#comment-152</guid>
		<description>有可能是在移除按钮之后，焦点没有在stage上的原因
我测试了一下，在removeChild(button)下面加上一行stage.focus = this就解决了这个问题。</description>
		<content:encoded><![CDATA[<p>有可能是在移除按钮之后，焦点没有在stage上的原因<br />
我测试了一下，在removeChild(button)下面加上一行stage.focus = this就解决了这个问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Bindiry 关于 flash平台应用性能优化官方文档摘要 的评论</title>
		<link>http://blog.chafanhou.com/?p=204&#038;cpage=1#comment-146</link>
		<dc:creator>Bindiry</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=204#comment-146</guid>
		<description>非常受用。 :grin:</description>
		<content:encoded><![CDATA[<p>非常受用。 <img src='http://blog.chafanhou.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>murderlovt 关于 [乱弹] 如何策划一个受欢迎的小游戏 的评论</title>
		<link>http://blog.chafanhou.com/?p=14&#038;cpage=1#comment-135</link>
		<dc:creator>murderlovt</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=14#comment-135</guid>
		<description>没啥好说的。老子顶啊！ :lol:</description>
		<content:encoded><![CDATA[<p>没啥好说的。老子顶啊！ <img src='http://blog.chafanhou.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>茶馆儿 &#187; [转载] 在SWF内滚动，而不是页面上（更好的方案） 关于 [小译] 防止flash中的滚轮事件影响到整个页面 的评论</title>
		<link>http://blog.chafanhou.com/?p=18&#038;cpage=1#comment-130</link>
		<dc:creator>茶馆儿 &#187; [转载] 在SWF内滚动，而不是页面上（更好的方案）</dc:creator>
		<pubDate>Tue, 19 Jan 2010 04:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?p=18#comment-130</guid>
		<description>[...] 以前我转载过一篇文章，说的是如何防止flash中的滚轮事件影响到整个页面。但是那个方法是通过在页面中插入一段js代码来实现的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 以前我转载过一篇文章，说的是如何防止flash中的滚轮事件影响到整个页面。但是那个方法是通过在页面中插入一段js代码来实现的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>M 关于 关于 的评论</title>
		<link>http://blog.chafanhou.com/?page_id=2&#038;cpage=1#comment-92</link>
		<dc:creator>M</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chafanhou.com/?page_id=2#comment-92</guid>
		<description>好！顶！支持！围观！</description>
		<content:encoded><![CDATA[<p>好！顶！支持！围观！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
