AMFPHP - Server interaction with ActionScript
All of the blogs i follow concerning flash, actionscript and future web technologies have now looked into AMFPHP so why should`nt I. AMFPHP is a open source implementation of the Actionscript Message Format(AMF). This message format lets you send native types and object to and from a server because the AMF allows for binary serialization. What this means is that you can have a folder on your server with AMF installed, create some PHP-files with your request methods and your server is done. The only thing now is to write a few lines of actionscript to connect to your server and your server interaction is done.
I will be back to write a tutorial on this matter so you hold on… or just go to Lee Brimelow`s second part of his AMFPHP video tutorial. Also check out their site.
Have fun!


