Interesting. That sounds like a good approach. How do you set this up in Flash Builder? Assigning externs that are in the main app seems pretty straight-forward, but I'm not clear on how you'd instruct the compiler to exclude classes from another module (and the main app).
On Feb 11, 2013, at 6:36 AM, Alex Harui wrote: >> Without RSLs, multiple modules means all that Flex code being compiled into >> every one of the modules. Right? > You can load shared-code modules (effectively, your own custom RSL but > loaded after startup) for things the modules have in common.