Skip to main content
Participant
March 7, 2020
Question

Publish to html5, opens a working html file but when I open from my folder it's blank

  • March 7, 2020
  • 3 replies
  • 810 views

So i made a series of animations, all the same but with different measurements and one of them keeps giving issues. When i publish it using the default standard i get - sometimes - a working page but when i open it from the folder i use to save my files it's a blank page.

 

I just noticed when i look in dev mode under console (using chrome) i get the following, which i don't get with the other animations. Anyone has a clue what this means and how to solve it?

 

Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
at a.b._applyFilters (https://code.createjs.com/1.0.0/createjs.min.js:15:12102)
at a.b._drawToCache (https://code.createjs.com/1.0.0/createjs.min.js:15:11879)
at a.b.update (https://code.createjs.com/1.0.0/createjs.min.js:15:8711)
at a.b.define (https://code.createjs.com/1.0.0/createjs.min.js:15:8221)
at lib.Symbool2.b.cache (https://code.createjs.com/1.0.0/createjs.min.js:13:3419)
at new lib.Animatie_migmotors_160x600_0320 (file:///Users/alinedelombaerde/Stack/Graphic%20designing/The%20Summit/MIG%20Motors/Animatie/Animatie_migmotors_160x600_0320.js:222:18)
at handleComplete (file:///Users/alinedelombaerde/Stack/Graphic%20designing/The%20Summit/MIG%20Motors/Animatie/Animatie_migmotors_160x600_0320.html:45:15)
at file:///Users/alinedelombaerde/Stack/Graphic%20designing/The%20Summit/MIG%20Motors/Animatie/Animatie_migmotors_160x600_0320.html:28:52
at a.b._dispatchEvent (https://code.createjs.com/1.0.0/createjs.min.js:12:4090)
at a.b._dispatchEvent (https://code.createjs.com/1.0.0/createjs.min.js:12:4158)

    This topic has been closed for replies.

    3 replies

    Participant
    April 21, 2021

    If even actually - try to delete any hard effects such as blur, for example. It's helped to me.

    Participant
    March 7, 2020

    - nevermind just installed an older version (19.2) and published it without any issues

    kglad
    Community Expert
    Community Expert
    March 7, 2020

    you have a cross-domain security issue.  upload your files to a server and test.

     

    there are also ways to test locally be changing your publish settings.  google your error.