<?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></title>
	<atom:link href="http://www.ase7en.com/blog/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ase7en.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 07 May 2012 02:17:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>as3自定义消息发送机制替换API复杂的Events，玩转SendMessage</title>
		<link>http://www.ase7en.com/blog/index.php/archives/688</link>
		<comments>http://www.ase7en.com/blog/index.php/archives/688#comments</comments>
		<pubDate>Wed, 11 Apr 2012 15:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.ase7en.com/blog/?p=688</guid>
		<description><![CDATA[Hot:



厌倦了addEventListener，来玩玩SendMessage，当然不仅如此，在大型游戏项目有很多东西需要传递的，这个面板到那个面板，服务器到客户端，数据层到模型层，太多消息了。

<span class="readmore"><a href="http://www.ase7en.com/blog/index.php/archives/688" title="as3自定义消息发送机制替换API复杂的Events，玩转SendMessage">Read More: 1483 Words Totally</a></span><h3>Related Posts</h3><ul><li><a href="http://www.ase7en.com/blog/index.php/archives/307" title="fl.*.swc 2009.12.14">fl.*.swc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/218" title="我本本的FD插件(实用篇) 2009.08.1">我本本的FD插件(实用篇)</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/189" title="Flash Builder 教程站点 2009.06.5">Flash Builder 教程站点</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/123" title="Flex Formatter——开源Eclipse插件 2009.05.21">Flex Formatter——开源Eclipse插件</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/550" title="用FDT生成AsDoc 2010.07.9">用FDT生成AsDoc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/492" title="FDT配色器 2010.05.8">FDT配色器</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/451" title="让FDT输出控制台显示中文 2010.04.7">让FDT输出控制台显示中文</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/347" title="fdt templates 2010.01.7">fdt templates</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/247" title="AS3 库资源 2009.08.18">AS3 库资源</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/217" title="游戏AI的综合设计 2009.07.22">游戏AI的综合设计</a>(0)</li>
</ul>]]></description>
		<wfw:commentRss>http://www.ase7en.com/blog/index.php/archives/688/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让移动的文本框里面的字体停下来</title>
		<link>http://www.ase7en.com/blog/index.php/archives/685</link>
		<comments>http://www.ase7en.com/blog/index.php/archives/685#comments</comments>
		<pubDate>Fri, 12 Aug 2011 02:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://www.ase7en.com/blog/index.php/archives/685</guid>
		<description><![CDATA[Hot:



当我们在缩放窗口的时候会发现本来好好的文本框里面的文字也开始动态的在调整，后面无意中发现只要将文本框的坐标归整就解决了。

<span class="readmore"><a href="http://www.ase7en.com/blog/index.php/archives/685" title="让移动的文本框里面的字体停下来">Read More: 77 Words Totally</a></span><h3>Related Posts</h3><ul><li><a href="http://www.ase7en.com/blog/index.php/archives/307" title="fl.*.swc 2009.12.14">fl.*.swc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/218" title="我本本的FD插件(实用篇) 2009.08.1">我本本的FD插件(实用篇)</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/189" title="Flash Builder 教程站点 2009.06.5">Flash Builder 教程站点</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/123" title="Flex Formatter——开源Eclipse插件 2009.05.21">Flex Formatter——开源Eclipse插件</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/550" title="用FDT生成AsDoc 2010.07.9">用FDT生成AsDoc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/492" title="FDT配色器 2010.05.8">FDT配色器</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/451" title="让FDT输出控制台显示中文 2010.04.7">让FDT输出控制台显示中文</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/347" title="fdt templates 2010.01.7">fdt templates</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/247" title="AS3 库资源 2009.08.18">AS3 库资源</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/217" title="游戏AI的综合设计 2009.07.22">游戏AI的综合设计</a>(0)</li>
</ul>]]></description>
		<wfw:commentRss>http://www.ase7en.com/blog/index.php/archives/685/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox里面的三只虫子打印Flash中的Trace信息</title>
		<link>http://www.ase7en.com/blog/index.php/archives/670</link>
		<comments>http://www.ase7en.com/blog/index.php/archives/670#comments</comments>
		<pubDate>Fri, 10 Jun 2011 01:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.ase7en.com/blog/index.php/archives/670</guid>
		<description><![CDATA[Hot:



plugin 1: Firebug

<span class="readmore"><a href="http://www.ase7en.com/blog/index.php/archives/670" title="FireFox里面的三只虫子打印Flash中的Trace信息">Read More: 621 Words Totally</a></span><h3>Related Posts</h3><ul><li><a href="http://www.ase7en.com/blog/index.php/archives/307" title="fl.*.swc 2009.12.14">fl.*.swc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/218" title="我本本的FD插件(实用篇) 2009.08.1">我本本的FD插件(实用篇)</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/189" title="Flash Builder 教程站点 2009.06.5">Flash Builder 教程站点</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/123" title="Flex Formatter——开源Eclipse插件 2009.05.21">Flex Formatter——开源Eclipse插件</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/550" title="用FDT生成AsDoc 2010.07.9">用FDT生成AsDoc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/492" title="FDT配色器 2010.05.8">FDT配色器</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/451" title="让FDT输出控制台显示中文 2010.04.7">让FDT输出控制台显示中文</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/347" title="fdt templates 2010.01.7">fdt templates</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/247" title="AS3 库资源 2009.08.18">AS3 库资源</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/217" title="游戏AI的综合设计 2009.07.22">游戏AI的综合设计</a>(0)</li>
</ul>]]></description>
		<wfw:commentRss>http://www.ase7en.com/blog/index.php/archives/670/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe CS5.5 for mac and for win</title>
		<link>http://www.ase7en.com/blog/index.php/archives/657</link>
		<comments>http://www.ase7en.com/blog/index.php/archives/657#comments</comments>
		<pubDate>Sat, 07 May 2011 15:20:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Live]]></category>

		<guid isPermaLink="false">http://www.ase7en.com/blog/?p=657</guid>
		<description><![CDATA[Hot:



LS数字的语言代码，如下载简体中文版，请下载LS3最后的文件名：

<span class="readmore"><a href="http://www.ase7en.com/blog/index.php/archives/657" title="Adobe CS5.5 for mac and for win">Read More: 15635 Words Totally</a></span><h3>Related Posts</h3><ul><li><a href="http://www.ase7en.com/blog/index.php/archives/307" title="fl.*.swc 2009.12.14">fl.*.swc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/218" title="我本本的FD插件(实用篇) 2009.08.1">我本本的FD插件(实用篇)</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/189" title="Flash Builder 教程站点 2009.06.5">Flash Builder 教程站点</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/123" title="Flex Formatter——开源Eclipse插件 2009.05.21">Flex Formatter——开源Eclipse插件</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/550" title="用FDT生成AsDoc 2010.07.9">用FDT生成AsDoc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/492" title="FDT配色器 2010.05.8">FDT配色器</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/451" title="让FDT输出控制台显示中文 2010.04.7">让FDT输出控制台显示中文</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/347" title="fdt templates 2010.01.7">fdt templates</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/247" title="AS3 库资源 2009.08.18">AS3 库资源</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/217" title="游戏AI的综合设计 2009.07.22">游戏AI的综合设计</a>(0)</li>
</ul>]]></description>
		<wfw:commentRss>http://www.ase7en.com/blog/index.php/archives/657/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The free FTP solution-FileZilla</title>
		<link>http://www.ase7en.com/blog/index.php/archives/652</link>
		<comments>http://www.ase7en.com/blog/index.php/archives/652#comments</comments>
		<pubDate>Sun, 20 Mar 2011 17:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Resource Sharing]]></category>

		<guid isPermaLink="false">http://www.ase7en.com/blog/index.php/archives/652</guid>
		<description><![CDATA[Hot:



本来在找 Air FTP Client的，缺发现一款免费的多平台（mac os x，Windows，Linus）FTP上传工具。我的MAC下面的CyberDuck可以换换了。

<span class="readmore"><a href="http://www.ase7en.com/blog/index.php/archives/652" title="The free FTP solution-FileZilla">Read More: 175 Words Totally</a></span><h3>Related Posts</h3><ul><li><a href="http://www.ase7en.com/blog/index.php/archives/307" title="fl.*.swc 2009.12.14">fl.*.swc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/218" title="我本本的FD插件(实用篇) 2009.08.1">我本本的FD插件(实用篇)</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/189" title="Flash Builder 教程站点 2009.06.5">Flash Builder 教程站点</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/123" title="Flex Formatter——开源Eclipse插件 2009.05.21">Flex Formatter——开源Eclipse插件</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/550" title="用FDT生成AsDoc 2010.07.9">用FDT生成AsDoc</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/492" title="FDT配色器 2010.05.8">FDT配色器</a>(1)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/451" title="让FDT输出控制台显示中文 2010.04.7">让FDT输出控制台显示中文</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/347" title="fdt templates 2010.01.7">fdt templates</a>(0)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/247" title="AS3 库资源 2009.08.18">AS3 库资源</a>(3)</li>
<li><a href="http://www.ase7en.com/blog/index.php/archives/217" title="游戏AI的综合设计 2009.07.22">游戏AI的综合设计</a>(0)</li>
</ul>]]></description>
		<wfw:commentRss>http://www.ase7en.com/blog/index.php/archives/652/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

