Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
Answer / Neha Agrawal
No, by default HttpService in Adobe Flex is asynchronous. However, you can make it appear synchronous by calling the send() method and not handling the result event until after your other code has run. But it's important to note that this approach can block the user interface and isn't recommended for production code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between states and viewstack in flex? : adobe flex action script
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
Explain about blaze ds and blaze ds services?
Do I need to upgrade my flash player to use beta 3?
What are the config files used for connecting java and flex?
Explain how binding works in mxml components in flex?
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script
Tell some new capabilities / features of flash as 3.0?
Is double-clicking supported on various components? : adobe flex action script
What is cairnghorm in flex? How do we use it? : adobe flex action script
Will I need to upgrade my air sdk along with flex 3 beta 3?