Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For cross-compiling with FalconJX the Program Arguments are:

Code Block

+flexlib="/Users/aharui/Work/ApacheFlexJS/frameworks" -debug /Users/aharui/git/flex/master/asjs/examples/FlexJSTest_again/src/FlexJSTest_again.mxml -js-output-type=FLEXJS -closure-lib=/Applications/GoogleClosure/library -sdk-js-lib=/Users/aharui/git/flex/master/asjs/frameworks/js/FlexJS/src

The Demo

MXML->SWF
In the ASJS folders under branches/develop/examples/FlexJSTest_again is a sample "hello world" application. You should be able to compile FlexJSTest.mxml into a working SWF by using Falcon (and not the MXMLC compiler in Apache Flex 4.9). Find the Falcon mxmlc script in the Falcon folders under compiler/generated/dist/sdk/bin and run:

...