Adobe Flex Actionscript Question:

I am sending my request, and I see the data traffic in the command window, but why is the result always empty?

Answer:

You are probably trying to read the result immediately after the send(), right? You're expecting synchronous behavior?

Download Adobe Flex Actionscript PDF Read All 84 Adobe Flex Actionscript Questions
Previous QuestionNext Question
How do I get Flex to query my database?How do I make synchronous data calls in actionscript?