[MANUAL] English:
[zend.git] / documentation / manual / en / module_specs / Zend_Amf.xml
blobc84b0031d94864b81450ed7bdbb3b85a25e03dc1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.amf.introduction">
4     <title>Introduction</title>
6     <para>
7         <classname>Zend_Amf</classname> provides support for Adobe's <ulink
8         url="http://en.wikipedia.org/wiki/Action_Message_Format">Action
9         Message Format</ulink> (<acronym>AMF</acronym>), to allow communication between Adobe's
10         <ulink url="http://en.wikipedia.org/wiki/Adobe_Flash_Player">Flash
11         Player</ulink> and <acronym>PHP</acronym>. Specifically, it provides a gateway server
12         implementation for handling requests sent from the Flash Player to the
13         server and mapping these requests to object and class methods and
14         arbitrary callbacks.
15     </para>
17     <para>
18         The <ulink url="http://download.macromedia.com/pub/labs/amf/amf3_spec_121207.pdf">AMF3
19         specification</ulink> is freely available, and serves as a reference
20         for what types of messages may be sent between the Flash Player and
21         server.
22     </para>
23 </sect1>
24 <!--
25 vim:se ts=4 sw=4 et:
26 -->