随笔分类 -  ActionScript3

摘要:win8 安装adobe flash player时错误提示:您的Microsof Internet Explorer浏览器包含新版本的内置Adobe Flash Player。感谢达人提供了如下方法:http://www.111cn.net/office/209/46885.htm此外一种方法,可直接替换http://www.dancecoder.com/2012/676.html/*********************************************************/for win8:http://helpx.adobe.com/cn/flash-player/ 阅读全文
posted @ 2013-09-11 11:12 isMethod 阅读(3088) 评论(0) 推荐(0)
摘要:flex使用的actionscript语言遵守ECMA-262标准,这与javascript语言是一致的,由此可见二者语法的相似。 阅读全文
posted @ 2013-08-29 21:26 isMethod 阅读(190) 评论(0) 推荐(0)
摘要:flex在父窗口监听弹出窗口里的某个按钮被点击这样可以从子窗口拿回数据在父窗口处理数据,不必再子窗口中处理。在某些情形下省去了不少麻烦。 1 /** 2 * 右键菜单项单击事件 3 * changed by bin 4 * 2013-8-29 15:21:44 5 * */ 6 private function tree_MenuItemSelected(event:MenuEvent):void 7 { 8 ... 阅读全文
posted @ 2013-08-29 15:26 isMethod 阅读(496) 评论(0) 推荐(0)
摘要:http://bigt.iteye.com/blog/1430215首先我们需要一个简单的WEB服务器. 我用的是 mongoose, 一个仅仅 128K 的单文件纯WEB服务器, 附件提供下载.然后下载 ADOBE 为我们准备的文档集:中文:http://help.adobe.com/zh_CN/Flex/4.6/Flex_46_docs.zip英文:http://help.adobe.com/en_US/Flex/4.6/Flex_46_docs.zip将文档集中的API部分解压并部署到前面准备好的服务器的ROOT下. 启动服务器, 用浏览器访问.建议下 英文版,中文版我这运行不正常。。 阅读全文
posted @ 2013-05-04 16:37 isMethod 阅读(875) 评论(0) 推荐(0)
摘要:Download the Flash Player ActionScript 3 reference files as a single ziphttp://www.adobe.com/devnet/actionscript/references.html 阅读全文
posted @ 2013-05-04 16:26 isMethod 阅读(207) 评论(0) 推荐(0)