how can i reduce the file size of my flex application. its around 900kb .
|
|
|
|
|
|
|
you can do that by implementing rsl on your flex project and splitting it into modules, for details to implement file size optimization |
|||
|
|
|
|
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. |
||
|
|
|
|
very helpfull topic thanks |
||
|
|
