README.textile
May 5, 2011 ยท View on GitHub
h1. fxg2as3
fxg2as3 is a library and handy AIR application for converting FXG markup to executable Actionscript 3 code.
h2. Directory Structure
The code for this project is split into 3 directories.
librarycontains the core functionality for converting XML objects containing FXG markup into Strings of Actionscript 3 codeapplicationcontains a small AIR application that uses thelibrarycode to convert FXG from either the local filesystem or from copied/pastetestcontains FlexUnit oriented unit test classes for thelibrarycode