Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Converting a huge ActionScript 3 project to HTML5 and JS

New Here ,
Sep 22, 2016 Sep 22, 2016

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.

Screen Shot 2016-09-22 at 2.47.59 PM.png

TOPICS
ActionScript
217
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 22, 2016 Sep 22, 2016
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines