| Edward Chan 2005-07-24, 5:45 pm |
| Nope. Remoting calls are async. But you could probably code it such a way as to look synchronous. Basically, it sounds like you want to make the call, wait for the result, and contnue processing. But you could probably put that code that you want to execute after you get the result, in the onResult handler and not do anything else until you get the result.
________________________________
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org on behalf of Johnny Zen
Sent: Sun 7/24/2005 7:23 AM
To: FlashComm Mailing List
Subject: [FlashComm] Synchronous issue - Urgent help reqd.
Hi all
Is there a way of writing a function to request information (remoting)
and catch the results in the same function.
I believe this is a Synchronous method.
But from what I discovered, I can only use asynchronous method
Can anyone help me.
Kind regards
Johnny
=---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|