I've heard that the components in the upcoming Flex 4 framework will be more loosely coupled possibly allowing for smaller filesizes for projects that use relatively few components. It this true? Or will the entire Flex framework still get bundled into each SWF that uses a single Flex 4 component?
If it is true, and we could compile fairly small SWFs, what sort of SWF filesize could we expect for a very minimal Flex 4 app? By minimal I mean a VBox with some text in it and a Scroll Bar.
EDIT:
Ok, my bad, need to do more research before posting such a question in the future: Flex 4 is built on top of the Flex 3 architecture, so SWFs will still need to bundle the Flex framework (or use RSL to separate the Framework bytecode from the application bytecode - as mentioned below).
see: