Question
How to navigate to URL from Flex application contained within an AIR wrapper?
I have a Flex application loaded into AIR with an htmlLoader. The Flex application displays a link that when clicked, calls navigateToURL(...) and displays a new browser window. This functionality works with the Flex application, however it does nothing when wrapped in AIR. Any thoughts? Thanks.
