flex学习从零开始——ActionScript
摘要:ActionScriptActionScript看似Javascript,又似Java。ActionScript帮助地址:http://help.adobe.com/zh_CN/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7ffb.htmlDemo
阅读全文
flex学习从零开始——简介和开发环境
摘要:Flex简介Flex是Adobe公司出品的RIA开发工具,包括Flex SDK,Flex Builder 。Flex 运行需要客户端安装Flash Player ,目前Flex的最新版本是Flex 4,客户端需要安装Flash Player 10才能正常运行。Flex后台采用ActionScript语言,ActionScript目前最新的版本是ActionScript 3。Flex的官方网站:http://www.adobe.com/cn/devnet/flex/Flex的开源网站:http://flex.org/Flex下载FlashBuilder下载地址:https://www.adobe
阅读全文