Re: [xmlrpcflash-development] return values (was: help!)
Brought to you by:
dopelogik
From: Ed C. <ed...@gr...> - 2003-02-19 21:50:12
|
On Sat, 8 Feb 2003, Isaac Levy wrote: > This has been a problem with this library since I joined this project. > Basically, the xmlrpc post/request methods are terrific, but the return > results leave a lot to be desired. Many xmlrpc libraries return > objects native to a given language, but this library hasn't gotten > there yet. What if we were to enforce a standard on return values, like a python dictionary, or list of dictionaries. The python xmlrpc library is really easy to work with in this regard because every return value looks the same. Even if it's a single value, it's wrapped in a single value list, then in a dictionary. I'm just a newbie at actionscript, so excuse my ignorance, but can't we do the same thing here? What is the actionscript equivalent of a python dictionary anyway? Just a multi-part array? Lets get this last hurdle locked down so we can all rock it. -e- -- Green Graphics ::: Print and Web Design ::: 510.923.0000 |