One thing we learned from one of the adobe guys is that when you have build automatically turned on and you hit save twice, the second time Flex Builder has to wait till the first recompile finished before it can start a second. So it sounds weird, but by being aware of when we hit save and actually hitting save less often, we've dramatically and noticeably decreased our build time.
Another thing is you have related projects and are working with them through a source path setting (as opposed to library path), then if is dramatically faster to recompile if you navigate to the file through the source path folder in the first project instead of through the secondary project's main folder (ok, perhaps that was a bit confusing). That said, even though compile time is faster than it used to be, I still am usually able to browse flexcoders while waiting for compile. :-) Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED]

