As far as I know, any loading of data in flex/as3 is done in an asynchronous way.
Hence, when loading XML or using URLLoader or an HttpService ..., you need event listeners. Alger ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Maciek Sakrejda Sent: Mittwoch, 20. Februar 2008 23:21 To: [email protected] Subject: Re: [flexcoders] Question reg. flex + webservices Yes, you'll need an event listener to handle the result of the web service call (unless, of course, the web service call does not return any data but merely has some effect on the server). If you can post the code you're having trouble with, perhaps we can help. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com <http://www.truviso.com> -----Original Message----- From: cool buddy <[EMAIL PROTECTED] <mailto:hydcool02%40yahoo.com> > Reply-To: [email protected] <mailto:flexcoders%40yahoogroups.com> To: [email protected] <mailto:flexcoders%40yahoogroups.com> Subject: [flexcoders] Question reg. flex + webservices Date: Wed, 20 Feb 2008 13:37:49 -0800 (PST) HI All, For webservices to work with flex..do we need to an event listener. Because i am writing an action script where i am calling the webservice method it does n't work..so wondering whether we need to write the event listener. If any knows please post it. Thanks, __________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search.

