How do I get a reference to the application in the current domain from a static method? Not the FlexGlobals.topLevelApplication application.
I have to create a method that meets this requirement: * If you load app B into app A when you call this method from app B you'll get app B application. * When calling from app A you get app A application. JP

