Ajaxify Your Flex Application

Home » Quiz: Ajaxify Your Flex Application

Ajaxify Your Flex Application

Test your understanding of the article Ajaxify Your Flex Application by answering the following short quiz.

Those who answer the quiz questions and submit their details by the time we draw it on the 5th of February 2009, will go in the draw to win a free copy of Adobe CS4 Web Premium and Flex Builder Pro 3!

1. What is name of the technique to pass key/value-pair from a page into a .swf file?
2. How would you check the availability of the external API in ActionScript 3?
3. What does ExternalInterface.call("methodA") do?
4. What's the ActionScript return value of a JavaScript function call from ActionScript in which the execution of the JS code produced an error?
5. How would you register a callback to call the ActionScript function runCalculation from JavaScript?