Hello!
I am currently using ExternalInterface to call JS functions from Flex.
Is it possible to do the same the other way around: have Flex execute a function when a certain trigger is executed in JS?
I want to have a Flash app with buttons in HTML that when pressed call functions inside the Flex app.
Thank you.