Not sure about the first two, but for 3. the call to the HTTPService generates a pending call which is not executed until you leave the current scope (allowing you to bind to the result event). So I don't think there are any race conditions.
cheers Dan viraf_bankwalla wrote: > > The HTTPService.send has the following signature > > send( parameters: Object) : Object > > 1. Could someone please explain how to progmatically build the > parameters. In the examples <mx:request> is used but I could not > find the <mx:request> documented. > > 2. send returns an object "HTTP call that can be used for tracking > multiple requests". Could someone please explain this object and > what operations may be performed on it. > > 3. If the returned object is a handle to the request, can I set the > decodeXML, encodeXML, fault, result properties on it? If so, how > does one handle race conditions (i.e. result received before > properties being set). > > Thanks. > > > > > > > ------------------------------------------------------------------------ > *Yahoo! Groups Links* > > * To visit your group on the web, go to: > http://groups.yahoo.com/group/flexcoders/ > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

