Tutorials - NextGen ActionScript

Debug transpiled ActionScript in Chrome using source maps

Debug transpiled ActionScript in Chrome using source maps

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

Debug transpiled ActionScript in Firefox using source maps

Debug transpiled ActionScript in Firefox using source maps

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

How to use transpiled ActionScript with HTML

Hello Node: How to transpile ActionScript for Node.js

How to create a project in IntelliJ IDEA to transpile ActionScript

How to add a SWC created with <code>dts2as</code> to an FDT project

How to add a SWC created with dts2as to an FDT project

Include a SWC file that defines classes for a JavaScript library as runtime shared code in an FDT project.

Read Tutorial

How to create a project in FDT to transpile ActionScript

Introduction to dts2as: Using TypeScript definitions with ActionScript

Hello World: How to set up Apache FlexJS to transpile ActionScript to JavaScript