This document discusses using Action Message Format (AMF) for integrating Flex applications via remoting and messaging. It provides an overview of AMF capabilities including remoting services that allow invoking Java methods and messaging services for real-time data push. Benefits of AMF are explained such as faster binary transfer and direct object parsing. Server-side AMF options and terminology are covered along with how to configure AMF in Flex applications using code, MXML, or configuration files. Simple examples of remoting and messaging are also presented.