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

Can you save scenes in HTML 5 in Animate?

New Here ,
Sep 25, 2017 Sep 25, 2017

My professor for our animation class asked that I research this before we begin our animations. He doesn't want over bloated file size to slow down computers and lose people their grades/projects due to crashing.

1.1K
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

correct answers 1 Correct answer

LEGEND , Sep 25, 2017 Sep 25, 2017

If it's just an animation to show people, ActionScript files have some advantages (3D rotation, Stream sound sync, more filters). If the animation has to play in Safari on an iPad, then you would have to use HTML5 Canvas or WebGL 2D.

If it is HTML5 Canvas, using Classic tweens with no custom easing will give you the smallest Javascript file, and after you have published you will have a folder of images. You can use sites like tinypng.com to optimize the size of the files.

Translate
Contributor ,
Sep 25, 2017 Sep 25, 2017

What do you mean by saving scenes? You can create HTML5 Canvas content which are pretty small in file size. The thing that's going to take the most amount of space is images and sound files.

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 ,
Sep 25, 2017 Sep 25, 2017

If you're talking about a 3 or 4 minute animation with music with intent for saving the file for general distribution, if that clarification helps at all?

My professor seems to be weighing the decision of having us animate in HTML 5 or Actionscript format.

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
Contributor ,
Sep 25, 2017 Sep 25, 2017

Both are small in file size so it shouldn't matter what you pick. Even with an animation that's 3 to 4 minutes, images and sound files will take the most amount of space.

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
LEGEND ,
Sep 25, 2017 Sep 25, 2017
LATEST

If it's just an animation to show people, ActionScript files have some advantages (3D rotation, Stream sound sync, more filters). If the animation has to play in Safari on an iPad, then you would have to use HTML5 Canvas or WebGL 2D.

If it is HTML5 Canvas, using Classic tweens with no custom easing will give you the smallest Javascript file, and after you have published you will have a folder of images. You can use sites like tinypng.com to optimize the size of the files.

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