如何获取编译到 Flex 项目的最终 swf 中的 .as/.mxml 文件的完整列表?
我正在使用 Adobe Flex Builder3,
现在我的最终 swf 太大,
所以我想检查是否有任何不必要的文件被编译到目标中。
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 the target..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
flex编译器可以生成链接报告xml文件。
使用编译器参数创建该文件并对其进行分析。有一些不错的应用程序可以解释 xml 并告诉您它正在使用什么等。
在此处搜索“link-report”http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
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