" /> Flex Doc Team: January 2008 Archives

« December 2007 | Main | February 2008 »

January 16, 2008

Java-based Compiler API

Flex 3 includes a Java-based compiler API that lets you compile SWF and SWC files from Java applications. The API supports all the same options as the mxmlc and compc command-line tools. The API includes classes like Application, Logger, and Project.

Downloads

The API's JavaDocs are here: flex_compiler_api.zip (245K)

There is a PDF which describes usage here: Compiler API Guide (194K)