Zend_Amf.xml 1.0 KB

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