Hey there.
I'd like to know what is the workflow for enabling concurrency in Flash module. As we know, concurrecny is meant to be compiled into separate SWF and then embedded into primordial SWF. And, since the output folders are excluded automatically, I wonder how you guys do it. Is it ant/maven that copies files into the source folder for futher emdedding? Is it a separate module (but then, how you link common libs between modules)? This is quite hairy for me, as I can't get myself around it. I'm still new to IDEA, but in FDT you could configure eveyrhing to work any way you want. I could make a Build Configuration that would compile the SWF, and then make ant to copy it anywhere. But with IDEA, I can't find a way to compile without launching.