随笔分类 -  3. Flex

摘要:在flash builder里,按Ctrl+Shift+D可以很方便在添加AsDoc注释。可是有些生成的@author是系统的用户名(如:administor),怎么修改这个为自己的名字呢?Step1:打开C:\Program Files\Adobe\Adobe Flash Builder 4\‍FlashBuilder.ini。Step2:在后面加入一行:-Duser.name=yourname。Step3:注意要加在任何-vmargs语句后面,且等号没有空格。 阅读全文
posted @ 2013-10-26 23:09 RIA爱好者 阅读(257) 评论(0) 推荐(0)
摘要:参考:http://algorithmist.wordpress.com/2008/04/30/load-flex-into-flash/ 阅读全文
posted @ 2012-05-20 15:03 RIA爱好者 阅读(267) 评论(0) 推荐(0)
摘要:下载最新版的Flash Playerhttp://www.adobe.com/go/getflashplayer/下载Debug版本Flash Playerhttp://www.adobe.com/support/flashplayer/downloads.htmlFlash Player 装机率http://www.adobe.com/products/flashplatformruntimes/statistics.html各版本Flash Player存档 Archived Flash Player versionshttp://kb2.adobe.com/cps/142/tn_1426 阅读全文
posted @ 2011-10-09 16:12 RIA爱好者 阅读(418) 评论(0) 推荐(0)
摘要:第一种情况是一般的flash.display.DisplayObject,包括flash.display.Shape、 flash.display.MovieClip、flash.display.Sprite等,其width和height代表该对象的外接矩形的实际 长宽像素数。等一下,这个定义还不严谨,严谨的说法应该是:如果这个DisplayObject的父容器、爷爷容器,一直到祖宗容器也就是到S... 阅读全文
posted @ 2010-10-28 14:53 RIA爱好者 阅读(917) 评论(0) 推荐(0)
摘要:use namespace mx.core.mx_internal; var htmlTextMsg:String = "your message"; IUITextField(alert.alertForm.textField).htmlText = htmlTextMsg; 阅读全文
posted @ 2010-08-25 13:22 RIA爱好者 阅读(266) 评论(0) 推荐(0)
摘要:Adobe给Flash Builder 4 加了在线激活的“后门”了,所以算号器算出来的SN虽然是对的,但是重启FB4之后就又失效了,因此只能采取修改D:\WINDOWS\system32\drivers\etc\hosts文件的方式来躲开Adobe的在线激活了。 阅读全文
posted @ 2010-08-04 18:10 RIA爱好者 阅读(1231) 评论(0) 推荐(0)
摘要:解决 IIS 中 AIR 文件无法下载的问题1. 打开 IIS 管理器;2. 网站右键 -> 属性;3. HTTP 头标签页;4. 单击右下角 MIME 类型… 按钮;5. 单击 新建… 按钮, 在弹出对话框的扩展名中填入 air6. MIME 类型填写 application/vnd.adobe.apollo-install-package7. 单击 确定 按钮... 阅读全文
posted @ 2010-07-14 18:12 RIA爱好者 阅读(327) 评论(0) 推荐(0)
摘要:[代码] 阅读全文
posted @ 2009-06-22 14:57 RIA爱好者 阅读(729) 评论(0) 推荐(0)
摘要:http://code.google.com/p/custom-context-menu/ 阅读全文
posted @ 2009-05-21 10:18 RIA爱好者 阅读(380) 评论(0) 推荐(0)
摘要:1. as3crypto AS3实现的一套加密库,包括多种加密算法 http://code.google.com/p/as3crypto 阅读全文
posted @ 2009-05-15 10:26 RIA爱好者 阅读(207) 评论(0) 推荐(0)
摘要:这里介绍Flash和HTML之间传值的两种方式:url地址参数和flashVars代码示例如下:(该示例分别演示了url地址参数和flashVars两种方式)1. HTML代码2. Flex中代码注意:Flex Builder生成的test.html采用AC_OETags.js的方式加载swf,AC_OETags.js是Adobe提供的网页嵌入Flash的标准JS文件,可以兼容各种浏览器。因此要对... 阅读全文
posted @ 2009-05-07 20:46 RIA爱好者 阅读(1949) 评论(0) 推荐(0)
摘要:不定期更新,收集Flex开发过程中的一些小技巧 阅读全文
posted @ 2009-05-04 16:18 RIA爱好者 阅读(1924) 评论(0) 推荐(0)