开发者

How to get the complete list of .as/.mxml file compiled into the final swf of a flex project?

开发者 https://www.devze.com 2023-01-29 21:11 出处:网络
I\'m using Adobe Flex Builder3, and now my final swf is too big, so I want to check if any unnecessary files are compiled into t开发者_开发百科he target..The flex compiler can generate a link repor

I'm using Adobe Flex Builder3,

and now my final swf is too big,

so I want to check if any unnecessary files are compiled into t开发者_开发百科he target..


The flex compiler can generate a link report xml file. Use compiler args to create that file and analyze it. There some nice apps out there who can interpret the xml and tell you what it;s in use etc.

Search for "link-report" here http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html

0

精彩评论

暂无评论...
验证码 换一张
取 消