Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now