<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>弃天笑(soda.C)的专栏 - Flash Action 2.0</title><link>http://blog.csdn.net/sujun10/category/287667.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 02 Mar 2008 23:07:10 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>弃天笑</dc:creator><title>arguments的用法（介绍）</title><link>http://blog.csdn.net/sujun10/archive/2007/05/16/1611862.aspx</link><pubDate>Wed, 16 May 2007 16:55:00 GMT</pubDate><guid>http://blog.csdn.net/sujun10/archive/2007/05/16/1611862.aspx</guid><wfw:comment>http://blog.csdn.net/sujun10/comments/1611862.aspx</wfw:comment><comments>http://blog.csdn.net/sujun10/archive/2007/05/16/1611862.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/sujun10/comments/commentRss/1611862.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1611862</trackback:ping><description>呵呵~~看到有朋友问，所以就顺便写一下，也许还有其他的朋友不知道arguments 对象用于存储和访问函数的参数。这些参数作为数组元素存储，第一个参数作为 arguments[0] 被访问，第二个参数作为 arguments[1] 被访问，依此类推。arguments.length 属性表示传递给函数的参数数目。请注意，传递给函数的参数与该函数声明的参数的数目可能不同。对调用当前正在执行的函数的函数的引用；&lt;img src ="http://blog.csdn.net/sujun10/aggbug/1611862.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>弃天笑</dc:creator><title>eclipse + fdt + mtasc + as2ant开发环境 </title><link>http://blog.csdn.net/sujun10/archive/2007/04/03/1550319.aspx</link><pubDate>Tue, 03 Apr 2007 11:29:00 GMT</pubDate><guid>http://blog.csdn.net/sujun10/archive/2007/04/03/1550319.aspx</guid><wfw:comment>http://blog.csdn.net/sujun10/comments/1550319.aspx</wfw:comment><comments>http://blog.csdn.net/sujun10/archive/2007/04/03/1550319.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sujun10/comments/commentRss/1550319.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1550319</trackback:ping><description>(转自http://www.flashmediaserver.com.cn/bbs/thread-3495-1-1.html)
这是一个flash高手所发的贴，eclipse开发flash，一般都是比较大的项目才用这个。好处，呵呵~我想了解eclipse的人都不用说了。一个字，爽。哈哈， 我现在在公司也是用这个来开发，无论是java还是flash。把这个贴转过来，让大家分享一下。哈哈哈&lt;img src ="http://blog.csdn.net/sujun10/aggbug/1550319.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>弃天笑</dc:creator><title>flash类单态模式的写法与疑问</title><link>http://blog.csdn.net/sujun10/archive/2007/03/27/1543116.aspx</link><pubDate>Tue, 27 Mar 2007 18:00:00 GMT</pubDate><guid>http://blog.csdn.net/sujun10/archive/2007/03/27/1543116.aspx</guid><wfw:comment>http://blog.csdn.net/sujun10/comments/1543116.aspx</wfw:comment><comments>http://blog.csdn.net/sujun10/archive/2007/03/27/1543116.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/sujun10/comments/commentRss/1543116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1543116</trackback:ping><description>最近在做项目的时候，写了个单态类。可是在后来的使用中，不小心在获取实例的时候加了一个new，居然不会出错。讨论讨论先来个单态类class Single{private static var single:Single;//私有，不能再使用newprivate function Single(){&lt;img src ="http://blog.csdn.net/sujun10/aggbug/1543116.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>