uFlash Preso - Zend Framework & AMF over HTTP
Tonight, I am speaking on two topics: An Introduction to Zend Framework and using AMF over HTTP with Zend_AMF. I have included my notes and source code: Download Preso / Source Here Summary: The Zend Framework (ZF) has become the standard for building enterprise applications and web services in PHP....
Serializing Flash Objects over HTTP - Part 2
In the previous article, we looked at how PHP can deliver AMF to Flash with traditional HTTP protocols. Now we are going to look at how Flash can pass AMF data to PHP. Delivering AMF from Flash is just as simple as consuming it from PHP. In fact, it uses practically the same code.