How do I make synchronous data calls in actionscript? : adobe flex action script
Answer Posted / 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 |
Post New Answer View All Answers