[Zmx-cvs-commit] zmx/examples XMLRPCClient.as, 1.1.2.1, 1.1.2.2 asyncTest.fla, 1.3.2.1, 1.3.2.2
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2009-09-03 19:33:47
|
Update of /cvsroot/zmx/zmx/examples In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8991/examples Modified Files: Tag: ActionScript_2-0_conversion XMLRPCClient.as asyncTest.fla Log Message: more verbose output in example. Index: XMLRPCClient.as =================================================================== RCS file: /cvsroot/zmx/zmx/examples/Attic/XMLRPCClient.as,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** XMLRPCClient.as 27 Feb 2006 17:27:05 -0000 1.1.2.1 --- XMLRPCClient.as 3 Sep 2009 19:33:31 -0000 1.1.2.2 *************** *** 37,41 **** function showResult( result ) { ! this.displayText.text += "We got: " + result + '\r\n'; } --- 37,41 ---- function showResult( result ) { ! this.displayText.text += "We got: " + result + '\r\n'+zmx.ZMX_Lib.serializeObject(result); } Index: asyncTest.fla =================================================================== RCS file: /cvsroot/zmx/zmx/examples/asyncTest.fla,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 Binary files /tmp/cvs1NdfC1 and /tmp/cvsGr1mo9 differ |