失业了?没关系, 来领取免费的FlexBuilder 3 Professional

 

失业滴: 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 [...]

FlexBuilder编译参数-keep-generated-actionscript

MXML最终还会转换为ActionScript.

如有需要, 可在工程属性的Flex Compiler 中 的 Additional Compiler argument中加入:

keep-generated-actionscript

这样在编译时FlexBuilder自动在src下建立一个generated目录, 并将生成的AS代码全部放到该目录中.

Too Simple的一个东西, 记录一下吧, 不然每天都在用, 但却不知道这个参数是咋写的…