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

Using HTML5/JS in Adobe Animate CC vs Adobe Flash CC

Explorer ,
Aug 02, 2017 Aug 02, 2017

Copy link to clipboard

Copied

So there has been support for developing in HTML5/JS since I believe Flash CS6, and also in the various iterations of Adobe Flash CC. Is there a big difference between using the canvas tools in these older versions of Flash versus using them in the newer Adobe Animate? What canvas work can you do in the new versions that you couldn't do in the older Flash-branded programs?

Views

341

Translate

Translate

Report

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
LEGEND ,
Aug 02, 2017 Aug 02, 2017

Copy link to clipboard

Copied

LATEST

As best I can tell, the old toolkit is a publishing time way to convert the only type of FLA that existed at the time. To save confusing the normal AS3 compiler you had to put your JavaScript into comments. I'm not positive if that was still true in the latest CS6 version.

With any recent version of CC there are custom FLA types, and so the FLA itself knows that it's HTML5 Canvas. You can code without comments, you get auto complete as you type code. There's a Components panel for HTML5 Canvas objects. A lot of work was put into the HTML templates, and so you can publish pages that will scale the content. Use of sprite sheets was added to reduce the number of files that had to download.

If you could somehow replicate the HTML, and you could code without needing any code hinting, it ought to be possible to get the same end results. It would just be harder to get there.

Votes

Translate

Translate

Report

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