Flash to html5 converter

I am wondering if anyone knows a way to convert flash to html5. I have no idea that I am creating a flash application for html5. Thanks.

+6
source share
2 answers

You are the best choice - these are the tools for creating JS. This is a Flash Professional plugin that allows you to publish Flash content in HTML5.

Link: http://www.adobe.com/products/flash/flash-to-html5.html

Also, take a look at Lee Brimelou's tutorial:

http://gotoandlearn.com/play.php?id=174 --- Flash Toolkit for CreateJS

and

http://gotoandlearn.com/play.php?id=172 --- Convert ActionScript to JavaScript

As you will see, you can do some awesome things using Flash Professional to do design / art, but you will also see that you will also need to do some encoding, so this is not an ideal solution.

If you are interested in creating games / applications that will run in Flash (.swf), JavaScript (.html, .js) and most other popular platforms, it is best to check out Haxe ( http://haxe.org ). In addition, it supports OpenFL, which uses Haxe as a programming language ( http://www.openfl.org ). Haxe is a different language, but it is 98% like a script action, so it will be easy for you to get started.

+3
source

Use the Google Swiffy library, which is more efficient than any other tool or library. It also has a plugin that can be installed in your flash or you can directly use the online version

Thankyou

+4
source

Source: https://habr.com/ru/post/951366/


All Articles