<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>dmh2002's Blog - Flash</title><link>http://dmh2002.com/</link><description>专注于 ActionScript 3.0  在各应用领域的研究。 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 91204</generator><language>zh-CN</language><copyright>Copyright 2008-2010 DMH2002's Blog  Some Rights Reserved.沪ICP备07021739号</copyright><pubDate>Wed, 08 Sep 2010 09:34:35 +0800</pubDate><item><title>AS3应用程序模块化开发与ApplicationDomain</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/4.html</link><pubDate>Tue, 17 Jun 2008 11:48:53 +0800</pubDate><guid>http://dmh2002.com/post/4.html</guid><description><![CDATA[<p>当AS3越写越大时，模块化开发就显得很重要。这篇文章学习自&nbsp; <a title="愚人呓语" href="http://eidiot.net/">愚人呓语</a>&nbsp; 的 《AS3应用程序模块化开发与ApplicationDomain》一文。</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/4.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=4</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=4&amp;key=4a5a50ab</trackback:ping></item><item><title>抽象类与接口</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/86.html</link><pubDate>Fri, 13 Jun 2008 13:37:58 +0800</pubDate><guid>http://dmh2002.com/post/86.html</guid><description><![CDATA[<p><strong>抽象类：</strong>又叫抽象基类：可以包含一般类所包含的所有特性，例如，字段，属性，方法，抽象类不能被实例化他主要用在类的定义和部分实现这方面,所以他需要在扩充类中完整的扩充并实现功能.另外抽象类还包含一个很特殊的方法，叫<strong __designer:dtid="1407392063422474">抽象方法</strong>（这些方法基本上是没有执行代码的函数，由继承于该类的类重写(override)并提供具体实现）．在Java和C#中，有abstract关键字来定义抽象类,而在As3中，并没有提供抽象类的支持，尽管abstract已经属于关键字，我们只可以通过模拟方法来实现抽象类的机制。在<a class="titleA" href="http://www.2solo.cn/log/article.asp?id=514" target="_blank">AS3笔记(11),适配器模式(Adapter&nbsp;Pattern)</a>的范例中，<strong>Adaptee.as</strong>就是一个抽象类,而如requestB()则是一个抽象方法.<br />...</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/86.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=86</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=86&amp;key=12a5a1b0</trackback:ping></item><item><title>Flash Loader Flex </title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/84.html</link><pubDate>Thu, 12 Jun 2008 21:27:37 +0800</pubDate><guid>http://dmh2002.com/post/84.html</guid><description><![CDATA[<p>&nbsp;&nbsp; 我一直都以为Flex里面可以loader flash编译的swf，而倒过来不行。这样的错误认知是建立在几次不成功的尝试以及朋友之间的交流。&nbsp;&nbsp;&nbsp; 但其实，从原理上来说，这是不可被理解的，大家都是swf，用的都是同一个虚拟机，虽然实现不同，但是底层是相同的。&nbsp;&nbsp;&nbsp; 所以，今天我和我的同事又再次尝试了一次，出乎我的意</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/84.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=84</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=84&amp;key=6c00f4dd</trackback:ping></item><item><title>NumericStepper组件中选中文本右移的解决方法</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/80.html</link><pubDate>Wed, 04 Jun 2008 02:13:56 +0800</pubDate><guid>http://dmh2002.com/post/80.html</guid><description><![CDATA[<p>&nbsp;&nbsp; 这个问题不知道在flex中NumericStepper组件会不会有，现在说的是flash cs3 的NumericStepper组件</p><p>&nbsp;&nbsp; 其实问题简单说是：在NumericStepper组件中，选中文本然后鼠标向右拖动会产生空白区域</p><p><span style="color: black">&nbsp;&nbsp; 分析一下问题产生的根本原因</span></p><p><span style="color: black">&nbsp;&nbsp; NumericStepper</span><span style="color: black">组件其实分为</span><span style="color: black">2</span><span style="color: black">个部分一部分是右侧可以用来点击上下的按钮区域，另外一部分是在这个按钮区域下的</span><span style="color: black">TextInput</span><span style="color: black">组件</span></p>...]]></description><category>Flash</category><comments>http://dmh2002.com/post/80.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=80</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=80&amp;key=0e10c84b</trackback:ping></item><item><title>导出隐藏的图层－－一个小细节让我吃苦头</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/78.html</link><pubDate>Sun, 25 May 2008 16:32:22 +0800</pubDate><guid>http://dmh2002.com/post/78.html</guid><description><![CDATA[<p>&nbsp;&nbsp; 我是用flex3+flash cs9结合开发项目的，其中要用到 FlexComponentKit插件&nbsp;过程中有不少经验，这里先说一个。&nbsp;&nbsp; flex3的整个架构就是面向对象的，所以用flash开发出来的元件事实上，你去需要进行对象分析的，这个很过程并不简单，尤其是在项目中对表现层要求比较高的时候，你需要想一些办法如何让美工与程序可以更完美结合...</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/78.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=78</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=78&amp;key=7d614ce5</trackback:ping></item><item><title>AS3 remoting通讯</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/13.html</link><pubDate>Wed, 20 Feb 2008 12:33:45 +0800</pubDate><guid>http://dmh2002.com/post/13.html</guid><description><![CDATA[<p>&nbsp;&nbsp;本文主要介绍如果实现AS3和C#联用的Flash remoting实现.后台的配置可以看《<a href="http://www.08baby.com/post/12.html">Flash remoting通讯－－Fluorine安装</a>》。<br />&nbsp;</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/13.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=13</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=13&amp;key=404c736c</trackback:ping></item><item><title>定义函数时的...(rest)参数</title><author>a@b.com (dmh2002)</author><link>http://dmh2002.com/post/11.html</link><pubDate>Wed, 20 Feb 2008 11:09:56 +0800</pubDate><guid>http://dmh2002.com/post/11.html</guid><description><![CDATA[<p>&nbsp;&nbsp;&nbsp; 在As3.0中，Function的参数数是被严格限制的，如果定义的参数数与实际参数不同时，系统会报错(<font size="2"><font color="#cc0033">incorrect number of arguments</font></font>),那么,&ldquo;... (rest) parameter&rdquo;大概就是被派来解救那些困扰于这个问题的孩子们的...</p>]]></description><category>Flash</category><comments>http://dmh2002.com/post/11.html#comment</comments><wfw:comment>http://dmh2002.com/</wfw:comment><wfw:commentRss>http://dmh2002.com/feed.asp?cmt=11</wfw:commentRss><trackback:ping>http://dmh2002.com/cmd.asp?act=tb&amp;id=11&amp;key=eb453113</trackback:ping></item></channel></rss>
