_venice.addEventListener(HelpEvent.HELP_INITIALIZED, onHelpInitialized);
Where _venice is a reference to the main MXML application. Works fine with MouseEvent.CLICK FWIW.
_venice.addEventListener(HelpEvent.HELP_INITIALIZED, onHelpInitialized);
Where _venice is a reference to the main MXML application. Works fine with MouseEvent.CLICK FWIW.