HTTPService has result and fault events.

 

<mx:HTTPService id="hs" result="myResultHandler(event.result)" fault="myFaultHandler(event.fault)" />

 

Matt

 

-----Original Message-----
From: nts333rd [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 27, 2004 4:03 PM
To: [email protected]
Subject: [flexcoders] HTTPService or result object events?

 

After doing a "send" on an HTTPService element, the data is returned
asynchronously to the result object.  Flash XML has onData,
WebServices have <operations> and RemoteObjects have <operations>
that give event access, but what events do we use for HTTPService?

I can't bind directly to the event object becauseI have to process
the data first.

TIA,
Tracy




Reply via email to