Using Zend AMF and Actionscript 3.0
Posted in Flash by Flash CS3 and Flash CS4 tutorials on the 11-11-2008Zend is a PHP framework. Zend Amf permits communications between Flash and PHP without using XML. For example, to query a DataBase by Flash we need to call a PHP script that executes the query at DB and returns an XML output. At that point only Flash can display the data it got from DB. We bypass XML by [...]
Read full article

Responses to “Using Zend AMF and Actionscript 3.0”