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

Load HTML5 canvas

Participant ,
Nov 18, 2019 Nov 18, 2019

I'm getting this message in the Chrome console.

 

A cookie associated with a cross-site resource at http://createjs.com/ was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

createjs-2015.11.26.min.js:12 Uncaught TypeError: Cannot read property 'getContext' of undefined
at a.b._parseData (createjs-2015.11.26.min.js:12)
at new a (createjs-2015.11.26.min.js:12)
at handleComplete (me9.html:52)
at me9.html:37
at a.b._dispatchEvent (createjs-2015.11.26.min.js:12)
at a.b.dispatchEvent (createjs-2015.11.26.min.js:12)
at a.b._sendComplete (createjs-2015.11.26.min.js:15)
at a.b._loadNext (createjs-2015.11.26.min.js:15)
at a.b._handleError (createjs-2015.11.26.min.js:15)
at createjs-2015.11.26.min.js:12

 

In HTML5 canvas I made a slide show with 54 pictures of me where there is MovieClip, graphic and static text. I also have preloaders. But I have to wait a while for it to load from webhost and I have to refresh in browser both on laptop and smartphone for to start. I want it to start all at once.

TOPICS
How to , Performance
415
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
Participant ,
Nov 20, 2019 Nov 20, 2019
LATEST

Hi,

 

I make a super simple animation and upload it here. The animation does not work.

 

The Error I get is:

createjs.min.js:12 Uncaught TypeError: Cannot read property 'getContext' of undefined
    at a.b._parseData (createjs.min.js:12)
    at new a (createjs.min.js:12)
    at handleComplete (circleTest2.html:43)
    at circleTest2.html:28
    at a.b._dispatchEvent (createjs.min.js:12)
    at a.b._dispatchEvent (createjs.min.js:12)
    at a.b.dispatchEvent (createjs.min.js:12)
    at a.b._sendComplete (createjs.min.js:16)
    at a.b._loadNext (createjs.min.js:17)
    at a.b._handleError (createjs.min.js:17)

 

Could it be that this is somehow a general problem?

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