Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to Flex Framework

Is there an alternative ActionScript 3 lightweight framework out there similar to Flex, but not as huge. Flex is fairly large, and SWF's being no less than 150Kb big, I'm just thinking it must be possible to get something that have smaller SWF files as an end result.

I've come accross AS Wing, and was curious if there's more.

Thanks for the replies in advance!

like image 208
josef.van.niekerk Avatar asked Jul 08 '09 19:07

josef.van.niekerk


2 Answers

This may be what you're looking for :

http://code.google.com/p/flit/

I haven't tested it yet so I can't really say if it's worth it or not

like image 70
Florian F Avatar answered Sep 28 '22 06:09

Florian F


You can change some settings when compiling to reduce the size of your .swf. Here is a blog posting showing how.: Reduce Flex 3 File Size. Basically you compile the sdk into a separate .swf that gets cached by the flash player.

like image 44
Shua Avatar answered Sep 28 '22 07:09

Shua