BytesLoaded equivalent for service data returned?
Is there some way to measure the progress of a service on the server? I have a service that runs a heavy search query, and it takes about 3 seconds to return a value.
Right now, I have a 'semaphore' function locking and unlocking (and showing a generic 'loading' screen) the UI based on the status of the service.
Is there any way to let the flash know how much longer the process will take?
If not, how have some of you experts implemented this?
Grazie
Last edited by chickentsunami; 09-13-2005 at 12:42 PM.
Reason: title too vague
|