I wanted to use Shell/Module concept in my ActionScript project. I used mx.modules.ModuleBase Class in my Module. The problem I am facing is When I want to communicate from one module to another module I don't have parentApplication object as I am not using mx.modules.Module class. And in ModuleBase Class there are very few properties available. Any body have the solution for this.
In the import statement I can't see mx.modules.Module class. I am using Flex 3 Beta. Please suggest some solution so that I can use the Shell/Module concept in my ActionScript project. This concept I read on Roger Gonzalez blog (http://blogs.adobe.com/rgonzalez/flex/).

