
Flex
iteye_10748
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flex 4 ant target html-wrapper 使用用户自己的html-template
最近在做Flex3到Flex4升级,在对ant脚本升级的时候,发现Flex 4的SDK 4.1.0 ant 的html-wrapper居然不支持让用户自己选自使用自己的template了,不知道是出于什么考虑,真是个遗憾啊。还好有源代码在,于是就修改了原来html-wrapper标签。用法也挺简单的: 其中 templatePath 为用户自己的html-template路径 ...2010-10-28 13:24:22 · 132 阅读 · 0 评论 -
Flash Player内部执行机制
参考地址: 1).[url]http://ted.onflash.org/2005/07/flash-player-mental-model-elastic.php[/url] 2).[url]http://www.senocular.com/flash/tutorials/asyncoperations/[/url]原创 2010-12-10 13:04:14 · 178 阅读 · 0 评论 -
Flex里的扩选边框
类似于Pohotshop里边很酷的选择框。 其功能主要通过利用Matrix跟Graphics.beginBitmapFill等绘制出。 [b]Example:[/b] [flash=500,600]http://goodapp.sinaapp.com/swf/test2.swf[/flash] ...2010-12-23 13:49:19 · 176 阅读 · 0 评论 -
Flex 里使用正则表达式
正则表达式一向都是那么的强大,被广泛使用与个个语言当中,以下是在Flex里的(部分)强大的表现: [b]CODE:[/b] [flash=650,400]http://goodapp.sinaapp.com/swf/CoderHighlighter.swf?fileUrl=http://goodapp.sinaapp.com/swf/code/NumericTextInput....2011-01-24 13:08:04 · 216 阅读 · 0 评论 -
表达式计算器
同时提供一个表达式计算器的类库,我自己写的,希望有共同兴趣的同学门,欢迎大家一起改进: [url]http://code.google.com/p/aseval/[/url] [b]Example:[/b] [flash=800,800]http://goodapp.sinaapp.com/swf/calculator.swf[/flash] ...2011-03-14 11:37:15 · 152 阅读 · 0 评论 -
创建一个专业的Flex控件
Flex Builder has a great way to organize its components in tree mode, which is very a good way to organize things and make things clear to any user who are coming to Flex world. By default, every c...原创 2011-04-09 14:41:30 · 140 阅读 · 0 评论