Skip to main content
Participant
September 22, 2016
Question

Converting a huge ActionScript 3 project to HTML5 and JS

  • September 22, 2016
  • 1 reply
  • 231 views

Hello,

I have a huge project with dozens of packages and hundreds of classes written in Action Script 3. The main Flash document just takes a main class Sample.as and compile the project into a single SWF file. How can I convert all of the code into a HTML5 and JS codebase? What will be lost? What other steps need to be done to have a similar project running on HTML5 and JS? Thank you.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 22, 2016

you have a lot of work ahead of you.  there's nothing that will automate the conversion of actionscript to javascript.

you can however convert all or most of the on-stage graphics to canvas.