A simple build script (build.sh) is provided in the scripts/build directory to compile the release.
Before using the build script, make sure that the FLEXPATH variable is set so that it correctly points to the location of your flex 3 sdk install.
To build the release:
./build.shfrom the "scripts/build" directory.
Successful compilation will result in "ova-jw.swf" being created in the "release" directory and a copy of that swf will be placed into the "dist/swf" directory.
A Note on DebuggingWe use Firebug - all debug output from the SWF will go to the Firebug console by default.
Home