Copy link to clipboard
Copied
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
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Thank you! I will take a look.
Copy link to clipboard
Copied
Hi.
This code is from the HTML file that Animate CC generates.
Do you need to change something in this file?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now