vote up 1 vote down star

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

flag

3 Answers

vote up 1 vote down check

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 link
http://askmeflash.com/article/9/optimize-flex-swf-filesize-performance-loading

link|flag
vote up 0 vote down

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.

link|flag
vote up -1 vote down

very helpfull topic thanks

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.