Is it possible to make httpservice requests synchronous in adobe flex?
Answer Posted / Manoj Kumar Das
No, HTTPService requests in Adobe Flex are inherently asynchronous. You can simulate synchronous behavior by using event handling and blocking the application's event loop. However, this is generally discouraged due to its impact on user experience.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers