Serializing Flash Objects over HTTP – Part 2
Posted by Rob in
ActionScript,
Flex,
PHP,
Zend Framework on 03 12th, 2009 |
6 Comments
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.