Adobe Flex Actionscript Question:
Download Questions PDF

How do we call javascript from Flex actionscript?

Answer:

Using the ExternalInterface API to access JavaScript from Flex and Using the navigateToURL() method in Flex. The navigateToURL() method is in the flash.net package
flash.external.ExternalInterface.call(function_name:String[, arg1, ...]):Object;
navigateToURL(request:URLRequest, window:String):void

Download Adobe Flex Actionscript Interview Questions And Answers PDF

Previous QuestionNext Question
What is a drag manager in adobe flex actionscript?How do you use a repeater in actionscript?