Hi Nate, That's correct. Just create each module as an application to start with. Set it as the default application so you can run / debug. Once it's all working, just change the root tag.
I'm working on an application that uses modules and that's how I develop each new module. cheers --- In [email protected], "Nate Pearson" <[EMAIL PROTECTED]> wrote: > > I'm building an application with multiple modules. Each module is a > different project in flex builder. I have a main application project > that each module compiles a swf to. > > I want to be able to run each module by it's self to develop/debug it. > I can't figure out how to do this. > > My module projects start out as <mx:application> but when I change it > to <mx:module> I can't run it and get any output (even though it has > that green arrow). > > Maybe I just answered my own question, should I just leave it as > <mx:application> until I'm done developing then switch it to a module? > > Thanks so much for the help, > > Nate >

