Just wait for the right date and time. SWFs are zipped and there is some date/time bytes in the SWF that affect the compression table. No two builds are the same.
Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of fotis.chatzinikos Sent: Wednesday, March 18, 2009 9:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] swf file size changes from build to build? Hi, I am working on a project where the debug build is about 1MB. The problem is that from build to build i have seen the resulting swf changing sizes. The builds do not add or remove any code, its just minor changes ie myIntVar = 1 instead of 0. Last 5 builds: 1. 1086 KB 2. 1086 KB 3. 894 KB 4. 933 KB 5. 1087 KB I am not sure yet if this happens in the release build as well... Anybody seen that before? PS: Else i will keep rebuilding until i get the smaller possible size to publish... (just joking)