Legal
The views expressed in this blog are my own and do not necessarily reflect the views of Adobe Systems Incorporated.
Search
March 21, 2006
Using Flex and PHP Together with AMFPHP
I've written up another small tutorial on how to integrate Flex 2 and PHP together using AMFPHP. You'll recall that my last tutorial on this subject showed how to send data back and forth using XML. Well, now we don't need to do that, AMFPHP handles the data type conversion for us. We can send objects directly from PHP right into our Flash application, without having to serialize the data at all. Very cool. This wouldn't be possible without the hard work of developers in the AMFPHP project, so a big thanks out to them. Last time, I had a bunch of problems putting the code into my blog, so this time I'm only making this tutorial available as a PDF file. Please provide comments before I submit this story to the various PHP sites.
The information in my tutorial is available on various sites throughout the web. The PDF is meant to simplify all the information that is currently out there, and to consolidate it into one easy to use tutorial. A big thanks to:
Patrick Mineault
Jesse Warden
www.tweenpix.net/blog - A blog in French where I got the ActionScript code for RemotingConnection from.
Comments