Skip to main content
kanhaiyak80455550
Participant
May 17, 2018
Question

flash html canvas published file taking more than 1 mins on loading

  • May 17, 2018
  • 1 reply
  • 1143 views

Hi,

I developed animation in animate cc in html canvas, i launched publish file on browser. it taking more than 1 min on loading.

Please suggest how to load fast? Same animation developed in GWD tool, it load more faster than flash html canvas published file.

Regards,

Kanhaiya

This topic has been closed for replies.

1 reply

albertd9194959
Inspiring
May 17, 2018

Hmmmm you will have to give more information.

What is the total published file size?

Are you saving out to sprite sheets ? What is the files size of said sheets....if not using spirtesheets.....

     What is the largest single file ?

     What is the average file size ?

Sound files ?

Javascript files ?

What is the size of the published JavaScript file if no embedding in html ? if embedding what is the size of the html file size ?

Regards,

kanhaiyak80455550
Participant
May 18, 2018

What is the total published file size? - 1.42 MB

Are you saving out to sprite sheets ? What is the files size of said sheets....if not using spirtesheets.....

yes sprite sheets - 1.39 MB already optimized

What is the largest single file ? sprite sheets

What is the average file size ?1.42 MB

Sound files ? No

Javascript files ? 18 KB

What is the size of the published JavaScript file if no embedding in html ? if embedding what is the size of the html file size ?

one html, one js and one sprite sheet. We keep images on server, use image server path in js and copy all script from js and paste in html before closing (</script>) and below lines add in html

var loader = new createjs.LoadQueue(false);

  loader.setMaxConnections(6);

JoãoCésar17023019
Community Expert
Community Expert
May 19, 2018

Hi.

What happens if you try to load the images from a local storage device?