Skip to main content
Participant
October 28, 2015
Question

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

  • October 28, 2015
  • 1 reply
  • 364 views

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

This topic has been closed for replies.

1 reply

Inspiring
October 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.

rezun8
Inspiring
October 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/

mariana03Author
Participant
October 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