0
Converting a huge ActionScript 3 project to HTML5 and JS
New Here
,
/t5/animate-discussions/converting-a-huge-actionscript-3-project-to-html5-and-js/td-p/8595373
Sep 22, 2016
Sep 22, 2016
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.
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/converting-a-huge-actionscript-3-project-to-html5-and-js/m-p/8595374#M158360
Sep 22, 2016
Sep 22, 2016
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

