Step-by-step tutorials about transpiling ActionScript to JavaScript
Learn to use the command line asjsc
transpiler in Apache FlexJS.
While Apache FlexJS generates JavaScript from ActionScript, source maps allow you to add breakpoints and step through your original ActionScript code inside Chrome's Developer Tools.
Read Tutorial
While Apache FlexJS generates JavaScript from ActionScript, source maps allow you to add breakpoints and step through your original ActionScript code inside Firefox's Developer Tools.
Read Tutorial
Learn three different ways to combine transpiled ActionScript with HTML.
Learn to use the asnodec
command line transpiler from Apache FlexJS to enable server-side ActionScript on Node.js.
Quickly set up IntelliJ IDEA to transpile ActionScript to JavaScript using the Apache FlexJS SDK. You'll add the SDK, create a new project, and run it in your browser.
dts2as
to an FDT projectInclude a SWC file that defines classes for a JavaScript library as runtime shared code in an FDT project.
Read Tutorial
Quickly set up FDT to transpile ActionScript to JavaScript using the Apache FlexJS SDK. You'll add the SDK, create a new project, and run it in your browser.
dts2as
: Using TypeScript definitions with ActionScriptBuild SWC files that expose JavaScript libraries to the ActionScript compiler and IDEs. Get code suggestions and compile-time type checking.
Learn to use the command line asjsc
transpiler in Apache FlexJS. Compile to JavaScript and run in your browser without a plugin.