Hi, I was looking into flex's modular approach where you create one main project and then say 5 smaller modules(projects) on which different people work on different things. But when the main project is compiled all smaller modules are compiled with it. Similarly, one module can use the class of another module.
I found the adobe documentation for such a approach in flex. But I need the same approach to work for AS3 , I'm using FlexBuilder. Any Ideas? Fahim.

