Copy link to clipboard
Copied
When I publish my project I get this error when I open the HTML file.
Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.
Copy link to clipboard
Copied
Did Animate try to warn you about this possibilty when you published the project? In the Output window?
Copy link to clipboard
Copied
- Content with both Bitmaps and Buttons may generate local security errors in some browsers if run from the local file system.
Bitmaps should change with button responses.
Copy link to clipboard
Copied
Well there you go. You have bitmaps in your buttons and they are in fact generating local security errors in your browser when run from the local file system.
Copy link to clipboard
Copied
ok