This document provides an overview and getting started guide for the Adobe Flex Compiler API:
- The Flex Compiler API allows compiling Flex applications from Java, creating applications in memory without MXML files, and outputting linkage reports.
- It requires the Java JDK and a Flex SDK.
- A quick start example demonstrates creating a simple Java application that uses the API to compile a Flex application.
- Topics covered include configuring the compiler, adding assets to applications, using custom logging and reports, creating libraries and projects, and developing dynamic applications with custom components and incremental compilation.