Tour de Flex主页: http://www.adobe.com/devnet/flex/tourdeflex.
Web版: http://www.adobe.com/devnet/flex/tourdeflex/web
失业滴: https://freeriatools.adobe.com/learnflex/
Adobe Flex Builder 3 software is currently available for free for software developers who are affected by the current economic condition and are currently unemployed.
Program eligibility:
To receive the product under this program, you must attest to the fact that you are currently unemployed and that the software will be used only for your personal use not for any production or commercial purposes.
I attest that the following statements are true:
1) I am not currently employed or being paid to develop software applications or web pages
2) Adobe Flex Builder 3 Software I receive under this program is for my personal use to learn about Adobe Flex and improve my skills
3) My license to use Flex Builder 3 under this program will not be used for production or commercial purposes, nor will it be transferred to any other person or entity, including to my employer should I become employed.
另外学生跟老师也还可继续申请免费的:
https://freeriatools.adobe.com/flex/
今天无意中看到Tour de Flex, 比之前入门时看的component要花哨很多, 而且增加了很多东西, 如WebService, 3D模型等.
当前版本1.1, 主页:http://flex.org/tour
可通过主页进行在线安装或下载air安装包. – 约37M
在As中, 可以使用as与显示转换两种方式进行转换
如下:
var str:String = "10"; trace(str as int); trace(int(str));
输出: null 10
在使用as时, 如果类型不同, 则会返回null,
在使用int()之类的显示转换时时, 会尝试将其转换为对应类型. 如果无法进行转换 则返回该类型的默认值
详细的描述及使用方法: http://blogs.adobe.com/jinni/2009/03/docactionscript_api.html
缺点: 不能显示 文档中的example. 不过总体而言, 很方便, 偶尔懒的一级一级的找Class, 可以用下Doc?
抓图:
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.