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

Error Cannot read property 'getResult' of undefined

Participant ,
Nov 19, 2018 Nov 19, 2018

Hello,

I am getting this error on this code.

Cannot read property 'getResult' of undefined

for(i=0; i<ssMetadata.length; i++) {

ss[ssMetadata.name] = new createjs.SpriteSheet( {"images": [queue.getResult(ssMetadata.name)], "frames": ssMetadata.frames} )

}

Thank you,

Charles

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

Adobe Employee , Nov 21, 2018 Nov 21, 2018

Found a discussion where a similar question has been answered. Get error: "Uncaught TypeError: Cannot read property 'getNumFrames' of undefined" - when I test Flash/HTML5 in browser

Thanks,

Preran

Translate
Adobe Employee ,
Nov 21, 2018 Nov 21, 2018

Found a discussion where a similar question has been answered. Get error: "Uncaught TypeError: Cannot read property 'getNumFrames' of undefined" - when I test Flas...

Thanks,

Preran

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 28, 2018 Nov 28, 2018
LATEST

Thank you! I will take a look.

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
Community Expert ,
Nov 21, 2018 Nov 21, 2018

Hi.

This code is from the HTML file that Animate CC generates.

Do you need to change something in this file?

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