Flash CS4 and AMFPHP
Date: 17 June 2010
AMFPHP is a stable factor in the flash community for communication between server and client-side.
Before AMFPHP flash developers used XML files, GET or POST methods to read and send data to the server.
The late 2003 Wolfgang Hamann reverse-engineered the AMF (Action Message Format) format to craete a working (PHP) gateway. And AMFPHP was born.
This way client applications can directly call PHP class methods. Jut follow the following steps and you'll be ready to use AMFPHP in a couple of minutes.
Read more ...