开发者

How to determine code and assets size within a SWF?

开发者 https://www.devze.com 2022-12-24 12:52 出处:网络
Is there a way to take a compiled SWF file and figure out how much of it\'开发者_运维技巧s size is used by code and how much is assets (images, etc)? I\'d like to see if I can get my Flex SWF smaller

Is there a way to take a compiled SWF file and figure out how much of it'开发者_运维技巧s size is used by code and how much is assets (images, etc)? I'd like to see if I can get my Flex SWF smaller but I'm unsure what's taking up the most space.


You can use the -link-report MXMLC compiler parameter or you can use the swfdump tool in the open source Flex SDK to see what is in a SWF.

0

精彩评论

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