ADG is pretty big. Also note that Flex 3 SDK is a debug SWF. You have to use Export Release to get a release version which will be much smaller.
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hyder Sent: Monday, July 14, 2008 2:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 Migration shoots up Filesize by 400K I migrated my application to Flex 3 SDK... the swf's filesize while compiling under Flex 2 SDK was 374. The only change I made after migrating to Flex 3 SDK was to replace a DataGrid with AdvancedDataGrid and propagated the necessary changes to its columns too. Now, my file size is over 800K... ? When i try to set the Flex framework as an rsl, the application compiles but throws a bunch of errors at startup... missing variables and components. Any idea why this might be happening?