[flexcoders] php flex-2 standalone

2005-11-20 Thread JIGNESH M. DODIYA
hi, do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object can't work with standalone or need CF adepter plug-in and only work with flex- enterpriese edition but still any idea to club php with flex-2 standalone edition?? regards,

Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Brian Lesser
Hi Jignesh, I've been experimenting a little to see if I could do the same thing with Coldfusion's Remoting gateway and Flex 2. As I understand it Remoting was based on the NetConnection object's call method. You could call a remote method, include parameters and get any type of ActionScript

Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Scott Langeberg
Does PHP have any webservice libraries? I know with coldfusion, it is easy to set up a component to serve as a webservice. Scott On 11/20/05, JIGNESH M. DODIYA [EMAIL PROTECTED] wrote: hi,do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object

Re: [Norton AntiSpam] Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Jeff Tapper
NuSOAP is available for PHP At 01:49 PM 11/20/2005, you wrote: Does PHP have any webservice libraries? I know with coldfusion, it is easy to set up a component to serve as a webservice. Scott On 11/20/05, JIGNESH M. DODIYA mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: hi, do anybody know

RE: [flexcoders] php flex-2 standalone

2005-11-20 Thread Philip Costa
: flexcoders@yahoogroups.comSubject: Re: [flexcoders] php flex-2 standalone thanx Brian for ur kind interest. i used to do it with php WAMPS, and AMFPHP gateway, but finally the thing is that remoteObject is not supported in flex-2 stand alone.i tried the code given in the link below