Re: [flexcoders] sending parameters from Flex2 to AMFPHP

2006-08-04 Thread Luís Gustavo Sanabio
sultFunction, faultFunction), param1, param2, param3 …)   Cheers, Tim   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of arnold_charmingSent: Wednesday, 2 August 2006 11:16 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] sending parameters from Flex

RE: [flexcoders] sending parameters from Flex2 to AMFPHP

2006-08-02 Thread FineLine
…)   Cheers, Tim   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of arnold_charming Sent: Wednesday, 2 August 2006 11:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] sending parameters from Flex2 to AMFPHP   Hi! I'm having some difficu

Re: [flexcoders] sending parameters from Flex2 to AMFPHP

2006-08-02 Thread Impudent1
Well definately no expert but this is what I have found works. In your amfphp service, setup your function calls to use an array ala: function authenticate($lognfo){ $username = $lognfo[0]; $password = $lognfo[1]; etc. Then in your app setup your call to the function with an array of params. c

[flexcoders] sending parameters from Flex2 to AMFPHP

2006-08-02 Thread arnold_charming
Hi! I'm having some difficulties sending parameters from Flex to AMFPHP. Because flex has to send 2 parameters, AMFPHP always complains I haven't sent the second argument, never the less the second argument in in the array. Below is my code: var arrPosredovani:Array = new Array(); arrPosredovan