Flex
keulraesik
这个作者很懒,什么都没留下…
展开
-
FLEX内存释放优化原则
FLEX内存释放优化原则: 1. 被删除对象在外部的所有引用一定要被删除干净才能被系统当成垃圾回收处理掉; 2. 父对象内部的子对象被外部其他对象引用了,会导致此子对象不会被删除,子对象不会被删除又会导致了父对象不会被删除; 3. 如果一个对象中引用了外部对象,当自己被删除或者不需要使用此引用对象时,一定要记得把此对象的引用设置为null; 4. 本对象删除不了的原因不一定是自己被引用了,也有可能...原创 2009-03-20 09:29:11 · 78 阅读 · 0 评论 -
10 Tips for Flex Application Performance
We're going to keep this post lean and mean, and get down to business with 10 Tips that will keep your Flex applications fast, lean, and responsive. Rule # 1: Clean up after yourself In general, i...原创 2009-09-13 23:40:35 · 106 阅读 · 0 评论 -
Round up of ActionScript 3.0 and Flex optimization
References: Sean Christmann: Optimizing Adobe AIR for Code Execution, Memory, and Rendering http://www.craftymind.com/2008/11/20/max-2008-session-material/ Dennis Ippel: Some ActionSc...原创 2009-05-21 15:37:08 · 91 阅读 · 0 评论 -
获取Flash当前所在域主域名
public function fetchDomainRootURL() : String { var domainRootURL : String = null; // if pure as3 project, fetch complete URL just remove 'parent' var completeURL : String = this.parent.stage.l...原创 2010-09-03 09:02:30 · 151 阅读 · 0 评论 -
TODO
FABridge原创 2011-04-19 13:49:54 · 130 阅读 · 0 评论 -
RSL Remark
1. Flex Library Project (rsl) 编译完成后自动Extract library.swf -directory=true -output=../bin/ 2. Link RSL by Default 3. RSL configuration in Flash Builder 4.原创 2011-06-13 15:19:15 · 136 阅读 · 0 评论 -
FlexPMD custom RULES
CUSTOM your own RULES原创 2011-03-24 22:01:35 · 94 阅读 · 0 评论 -
AIR Utils
MarkMan 马克鳗 是一款方便高效的标注工具,极大节省设计师在设计稿上添加和修改标注的时间,让设计更有爱。 as3term With this terminal app you can compile and execute simple snippets of AS3 code. focusbooster ...原创 2011-04-02 12:42:36 · 106 阅读 · 0 评论 -
Using mxmlc, compc compiler
About the application compiler options Flex Compiler Command-Line Options原创 2011-04-06 13:16:56 · 118 阅读 · 0 评论