[Flashcoders] A little AS3 AMFPHP 1.9 HowTo

2006-12-22 Thread Morten Reinholdt
Hey All If it is of any interest I have made a small and simple tutorial about how to connect actionscript 3 whit AMFPHP 1.9 you can find it on my blog at http://flashorbit.com/?page_id=53 -- Morten Reinholdt - Flash Developer - TBWA\PLAY blog: flashorbit.com http://flashorbit.com

Re: [Flashcoders] A little AS3 AMFPHP 1.9 HowTo

2006-12-22 Thread T. Michael Keesey
One of the comments was asking how to set credentials. You can do it like so: gateway.addHeader(Credentials, true, {userid: xxx, password: xxx}); I've actually developed a little AS3 package for AMFPHP remoting. It includes these classes: Credentials, RemoteCall, RemoteMethod, RemoteService.

Re: [Flashcoders] A little AS3 AMFPHP 1.9 HowTo

2006-12-22 Thread slangeberg
Are you going to post the PHP code for 'Phonebook.getAll'? I know what webservices look like in CF, but not PHP. Thanks, -Scott On 12/22/06, Morten Reinholdt [EMAIL PROTECTED] wrote: Hey All If it is of any interest I have made a small and simple tutorial about how to connect actionscript

Re: [Flashcoders] A little AS3 AMFPHP 1.9 HowTo

2006-12-22 Thread eka
Hello :) You can try to use my OpenSource AS2/AS3/SSAS Framework who contains a remoting package : - http://vegas.riaforge.org/ 1 - install the sources in your system with subversion or the zip file in RIAForge 2 - use Vegas in your flex AS3 or MXML project 3 - use the package