如何借助 Flex 分析知道什么占据了我的 swf 的最大尺寸?
现在我的 Flex swf 的大小是 480KB,我正在尝试找到一种减小其尺寸的方法,有什么建议可以遵循吗?
Now the size of my flex swf is 480KB and I'm trying to find a way to reduce its size,are there any tips to follow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,Flex Framework 需要 250-400 KB 的 swf 文件(取决于版本、调试/发布编译以及您使用的组件数量),因此这可能是这里的问题。不可能制作一个需要 10 KB 的 Flex 应用程序(如果您使用 RSL,您的用户仍然必须下载它)。
By default Flex Framework takes somewhere between 250-400 KB of swf file (depending on version, debug/release compilation and how many components you use) so it might be the problem here. It's not possible to make a flex app which takes let's say 10 KB (if you use RSL your users still HAVE to download it anyway).