How do I make synchronous data calls in actionscript? : adobe flex action script
Answer / Preeti Singh Senger
To make a synchronous data call in ActionScript, use the `urlLoader.load(new URLRequest(url))` method instead of `urlLoader.loadAsync(new URLRequest(url))`. The former is synchronous, while the latter is asynchronous.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between flex 3 and flex 4?
What does calling preventdefault() on an event do? How is this enforced? : adobe flex action script
What is shared object? (Or) how to store the data in local?
Explain data binding in flex?
What is shared object?
Explain Life cycle of flex appln/component?
How does item renderer work? How do we add item renderer at runtime in flex?
How many levels does flash mx support?
Can I load css style sheets dynamically at runtime? : adobe flex action script
What is a resource manager in flex actionscript?
Can I dynamically instantiate a webservice or httpservice in actionscript? : adobe flex action script
What is an event sub class?