Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script



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

Post New Answer

More Adobe Flex Interview Questions

Why is disable auto update method used?

1 Answers  


What is mvc and how do you relate it to flex apps?

1 Answers  


How binding works in mxml components in flex?

1 Answers  


What is the difference between httpService & Data Service?

1 Answers  


mic classes in flex? : adobe flex action script

1 Answers  


What are the advantages of adobe flex?

1 Answers  


Can you write to the file system from flex? : adobe flex action script

1 Answers  


What is event flow in term of event handling in flash action script 3.0? : adobe flex action script

1 Answers  


Explain how binding works in mxml components in flex?

1 Answers  


Explain about resultevent and faultevent in remote object?

1 Answers  


Where can I download flex 3 beta 3?

1 Answers  


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

1 Answers  


Categories