try this link about flex file size optimization.
http://askmeflash.com/article%5Fm.php?p=article&id=9
These are the major improvements that can be done.All applications created in Flex run on Flex framework so the basic framework has to be there. For example , if you are using a container then Classes like Event manager, Stylesheet manager, Stage, Application, are a must which make initial size of flex application and cant be avoided. The other alternative is using flash only.
