Is there a way to call flex module from Javascript?
The context: I'm running flex app with embedded HTML/Javascript, and I have to call flex module from this app from Javascript.
Maybe I have to make the module standalone?
I also found this approach with ExternalInterface: http://www.flexafterdark.com/docs/Flex-JavaScript
Is that the solution? Expose a callback which loads and opens the module?
Thanks