Versions Compared

Key

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

...

9- In Additional compiler options, add: -js-output-type=FLEXJS_DUALDUAL -external-library-path+=<FLEX_JS_INSTALL_FOLDER>/js/libs/js.swc

(The FLEXJS_DUAL output type will tell the compiler to build the SWF / SWC and also the JS version of your module, if you want to build the JS only, use FLEXJS, if you want to build the SWF / SWC only , remove this line)

...