[xmlrpcflash-development] Reporting success
Brought to you by:
dopelogik
From: Ed C. <ed-...@gr...> - 2002-11-25 21:03:13
|
Hey Isaac and everyone else. I just grabbed the newest code off viewartwork, and tweaked it a bit to run on my zope. This is a super simplified test, as there is only one argument, and one response, but I do have a little project to work on that is really this simple... I'm passing one variable "name" off to the server that returns "hello /name/". For 7 lines of code, its not too bad... =) ------------------------- Snip -------------------------- #include "xml-rpc.as" objXMLRPC = new XMLRPC("http://xml.siegerecords.com/",30); objtest = new XMLRPC_Object("string"); objtest.AddMember("name"); objtest.SetValue("duh"); objXMLRPC.AddParameter(objtest); objXMLRPC.Call("xmlrpctest"); --------------------------------------------------------- Now on to play with a little movie that uses it in this simple way... After that... I'll need to get multiple return values figured out. Thanks for all the hard work! -ed- -- Green Graphics ::: Print and Web Design ::: 510.923.0000 |