Tutorials - NextGen ActionScript
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
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 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