Re: [flexcoders] How do I create a project just for a module in FlexBuilder?

2008-09-03 Thread Nate Beck
Hey Scott, A module cannot be loaded by itself. It HAS to be loaded by an application at some point. So having a module-only project doesn't make a ton of sense, because you can compile it, but you're not able to debug it or run it all by itself. Flex Builder has options when adding a module to

[flexcoders] How do I create a project just for a module in FlexBuilder?

2008-09-03 Thread sdelapdmi
I'm try to create a project that only contains a module. It should not be a swc. It should not contain an application. How would I do this in FlexBuilder. It seems to not have the concept of a module project.