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

