Chapter 13. Zend_Amf

Table of Contents

13.1. Introduction
13.2. Zend_Amf_Server
13.2.1. Connecting to the Server from Flex
13.2.2. Error Handling
13.2.3. AMF Responses
13.2.4. Typed Objects
13.2.5. Resources
13.2.6. Connecting to the Server from Flash
13.2.7. Authentication

13.1. Introduction

Zend_Amf provides support for Adobe's Action Message Format (AMF), to allow communication between Adobe's Flash Player and PHP. Specifically, it provides a gateway server implementation for handling requests sent from the Flash Player to the server and mapping these requests to object and class methods and arbitrary callbacks.

The AMF3 specification is freely available, and serves as a reference for what types of messages may be sent between the Flash Player and server.