The following example shows an easy way to get JavaScript variables into your Flex applications without having to write a single line of JavaScript or edit your HTML template using the Flash Player ExternalInterface API.
Full code after the jump.
[click to continue…]
Tagged as:
call()
The following example shows how you can check to see whether your Flex application is in a container that supports the ExternalInterface API.
Full code after the jump.
[click to continue…]
Tagged as:
available,
call()
The following example shows how you can call a JavaScript function from your Flex applications using the ExternalInterface class and the static ExternalInterface.call() method.
Full code after the jump.
[click to continue…]
Tagged as:
call()