Hi, File size is based on linked classes. So the answer is no on nested containers affecting SWF size. of course if it is an mxml file size, the more text the larger the file. ;-)
The more containers you have the slower your app will be to resize. Although, Container is a very fast component and with invalidation, takes advantage of the Flash Player 9' awesome performance. If you fin your self using a lot of nested containers, think about how you could make a custom component that would cut them in half. Peace, Mike On 6/6/07, dnk <[EMAIL PROTECTED]> wrote:
Do having a bunch of nested layout containers (IE things like Hbox and Vbox) add a lot to the final file size? Are there any performance hits when using many? Regards, dnk
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.

