Not to confuse things but has anyone looked at JSON? I'm not a programmer (all the time ;) but I was wondering if it would have any relevance here since it returns data in flash's native format (ecmascript)
http://en.wikipedia.org/wiki/JSON Parser here: http://www.designvox.com/%7Eborys/JSON/JSON.as And more: http://ajaxian.com/archives/2005/12/yahoo_json_api.html Jared -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Tuesday, December 20, 2005 8:14 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] > Webservices best practices > Really? I'm working on a project where most of my data is to be > supplied via webservices and it will most certainly be more than 2-3 > methods. I have got it fixed, i think it was a timing issue when I added a setInterval( this, "flightRequest", 1000 ); it works to trigger the 3-4 methods in queue. It all fixed for now -- tech demo is finished. Oh well, time to find out how to handle this the best way, though. I had some nice collection of scope issues. Planning to play with some events stuff. Oh well! Done is done ;) > I'm putting together a serviceLocator class (singleton) that takes > care of all my webservice calls. You're not using the MX 04 web > service connector are you? Yes, I am using the WebService class. -- Yours, Weyert de Boer ([EMAIL PROTECTED]) innerfuse* http://www.innerfuse.biz/ _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

