Question

how can i reduce the file size of my flex application. its around 900kb .

Was it helpful?

Solution

you can do that by implementing rsl on your flex project and splitting it into modules, for details to implement file size optimization.

Check this article: Optimize Flex SWF filesize performance loading

OTHER TIPS

An easy to implement solution that article fails to mention is to use a tool to minify your as3 code as part of the deployment compilation process.

In projects with lots of code and few images I've seen this cut the file size by more than half. There are several open source and $ source kits that do this I've found SecureSWF the most reliable.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top