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

I have games written in AS3 and AS2. How can I convert them to HTML5/javascript?

New Here ,
Oct 27, 2015 Oct 27, 2015

I have games written in AS3 and AS2. How can I convert them to HTML5/javascript?

TOPICS
ActionScript
329
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
Enthusiast ,
Oct 28, 2015 Oct 28, 2015

You have to write the code again for HTML5/javascript there's no automatic converters, as you have to convert AS2 to AS3 in the same way.

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
Enthusiast ,
Oct 28, 2015 Oct 28, 2015

you can open your .fla and hit "Commands" then convert to other document. You'll need to append some of the code as its converted to javascript but the majority of it should be ok.

this is a great resource on the whole process.

http://blogs.adobe.com/flashpro/converting-your-flash-ads-to-html5-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
New Here ,
Oct 28, 2015 Oct 28, 2015

Thank you, rezun8, they are games, and pretty complex (1600 lines of AS3 code, plus major .as files),

I'll try Flash Pro, they tell me it can produce native code for iOS and Android

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
Enthusiast ,
Oct 28, 2015 Oct 28, 2015
LATEST

yes that what I meant in write the code again for HTML5/javascript and there's no automatic converters

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