How much cross-op do you need? I’d probably load it in an iframe you can use either <html:Iframe> or <js:WebBrowser>
If you need limited communication, you can use postMessage to communicate between the two apps. https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage > On Nov 25, 2021, at 1:29 AM, GAbe Barbosa <gbarbosa...@gmail.com> wrote: > > Hi royale folks, > > I've tried using mx:Modules with no success. I'm trying to come up with an > alternative solution and need help. > > How would you launch/load an application from the currently running > application at runtime. Ensuring I don't get any duplicate deps is a whole > other problem, so don't worry about that for now. > > Will be grateful for any ideas, suggestions. Thank you!