[flexcoders] SWF Size gets bigger (and bigger... but why??)

2007-05-30 Thread patricklemiuex
I noticed i changed about 4 lines of code in my app and then compiled - it went from 420K to 634K... So, I copied my MXML file into a new MXML File and then my compile size is back to normal? Does anyone know why this happens? Kinda sucks, yes? Thanks, Patrick

Re: {Disarmed} [flexcoders] SWF Size gets bigger (and bigger... but why??)

2007-05-30 Thread Jurgen Beck
Can't tell you why it is growing, other than agreeing with you that at times the compiled app is growing beyond what it should be. You can use the Project-Clean... command in Flex Builder to clean your project and reduce the SWF size to what it normally is. Hope this helps, Jurgen

RE: {Disarmed} [flexcoders] SWF Size gets bigger (and bigger... but why??)

2007-05-30 Thread {reduxDJ}
: Wednesday, May 30, 2007 11:39 AM To: flexcoders@yahoogroups.com Subject: Re: {Disarmed} [flexcoders] SWF Size gets bigger (and bigger... but why??) Can't tell you why it is growing, other than agreeing with you that at times the compiled app is growing beyond what it should be. You can use

Re: [flexcoders] SWF Size gets bigger (and bigger... but why??)

2007-05-30 Thread Flexing...
I am not sure why it keeps growing. But you don't need to create a new mxml everytime to reduce the size:-). Instead you can do one of the following: 1. If you are using FlexBuilder: Clean build the project (Project - Clean) 2. If you are using ANT. Delete you build (output) directory.

Re: {Disarmed} RE: {Disarmed} [flexcoders] SWF Size gets bigger (and bigger... but why??)

2007-05-30 Thread Jurgen Beck
:* Wednesday, May 30, 2007 11:39 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: {Disarmed} [flexcoders] SWF Size gets bigger (and bigger... but why??) Can't tell you why it is growing, other than agreeing with you that at times the compiled app is growing beyond what it should be. You can