flex入門知識
一、
1、下載flex SDK:
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
2、將flexSDK_home/bin加入path環境變量
3、創建mxml文件
4、編譯mxml文件:
2、將flexSDK_home/bin加入path環境變量
3、創建mxml文件
4、編譯mxml文件:
dos 命令:mxmlc --strict=true --file-specs exer.mxml
5、運行SWF文件:
用Adope flash player運行;
注意:
要查看編譯時生成as文件,可使用命令:
5、運行SWF文件:
用Adope flash player運行;
注意:
要查看編譯時生成as文件,可使用命令:
mxmlc --keep-generated-actionscript --strict=true --file-specs exer.mxml
二、Gavin
posted on 2012-03-02 15:14 GavinMiao 閱讀(329) 評論(0) 編輯 收藏 所屬分類: flex