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 |
Explain about cairngorm architecture?
Explain the arguments of addeventlistener() method?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
Explain about arguments of addeventlistener() method?
Can I embed html in my flex application?
How to store the data in local?
What is mvc and how do you relate it to flex apps? : adobe flex action script
How long can I use the flex builder 3 beta 3 software? Can I extend the time limit?
What are three ways to skin a component in flex? : adobe flex action script
How polymorphism works on actionscript? : adobe flex action script
How do u implement PUSH on a flex appln?
Different ways of using style sheets?