Tag Archive for 'javascript'

11
Mar

Returning values from JavaScript in your Flex applications using the ExternalInterface API

In a previous example, “Calling JavaScript functions from your Flex applications using the ExternalInterface API”, we saw how we could call JavaScript functions from our Flex application.

The following example shows us how we can return a value from a JavaScript function call and use the data in our Flex application.

Full code after the jump.

Continue reading ‘Returning values from JavaScript in your Flex applications using the ExternalInterface API’