PDA

View Full Version : Decrease size of Flex application?



wes_design
October 8th, 2007, 08:28 PM
Does anyone know any great tutorials on decreasing Flex file applications?

:worried:

Sirisian
October 8th, 2007, 11:41 PM
Load only what is needed through dynamic loading and use png format for images. You will have to be more specific. Flex files are very small. I mean even my large game framework was never over 15 KB. Albeit it's all code.

wes_design
October 9th, 2007, 12:09 AM
Load only what is needed through dynamic loading and use png format for images. You will have to be more specific. Flex files are very small. I mean even my large game framework was never over 15 KB. Albeit it's all code.

^ really

what am I doing wrong then

with Flex builder2

most small files reach up to 100kb in .swf form?