flash学习资料整理

1.官方教程,写的很详细
http://www.adobe.com/cn/devnet/flash/articles/animation_flash_fbuilder.html

2.AS3应用程序模块化开发与ApplicationDomain
http://www.cnblogs.com/shinings/archive/2008/11/08/1329623.html
http://blog.cntv.cn/11430895-3728795.html
http://bbs.9ria.com/thread-34586-1-1.html

3.swf文件结构
http://apps.hi.baidu.com/share/detail/924692
http://bbs.blueidea.com/thread-1509786-1-1.html

4.[Flex]Flex编程注意之Flex Complier参数
http://www.k-zone.cn/zblog/post/flex-compiler-parameter.html

5.mxmlc
命令行编译AS项目
flex制作swc文件   http://blog.csdn.net/bjbs_270/article/details/1749530
命令行编译工具mxmlc   http://blog.csdn.net/linking530/article/details/7676794
生成swc库文件若干方法

使用compc.exe编译Flex Library项目

关于Flex2 SDK中的应用程序编译器


6.JSON
关于在 Flex 2 , ActionScript 3中使用 JSON

7.Reducing SWF file sizes
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf67110-7ff4.html#WS2db454920e96a9e51e63e3d11c0bf67110-7ff2

8.各种参数选项介绍,还得看官网

About the component compiler options

About the application compiler options

9.加载sxc文件
http://hi.baidu.com/thejavafan/item/212b1d3cac013485b711dbd9


你可能感兴趣的:(AS3)