When I said that AMFPHP is more complex, I should have qualified that it depends on your skillset. To me, there is nothing more rudimentary than HTTPService hitting a server-side script (CGI, etc). With AMFPHP you have to learn how to use it and change your data paradigm a bit to RemoteObjects.
AMFPHP isn't difficult though. --- In [email protected], "Erik Price" <[EMAIL PROTECTED]> wrote: > > On 4/25/07, Scott Hoff <[EMAIL PROTECTED]> wrote: > > What makes AMFPHP much more advanced? Is that something I should > > just google? > > Always google. > > But in a nutshell, AMFPHP provides remoting facilities. This means it > attempts to abstract some of the details of the transport of data > between your Flex application and your server-side code. > > <http://en.wikipedia.org/wiki/Remoting> > > e >

