EaselJs errors in chrome

Mohamed Omezzine picture Mohamed Omezzine · Jun 9, 2012 · Viewed 7k times · Source

Am using Easeljs library. Everthing works fine in firefox and ie9 except in google chrome mouse events wont work and I got this error "Uncaught An error has occured. This is most likely due to security restrictions on reading canvas pixel data with local or cross-domain images."

Answer

akonsu picture akonsu · Jun 12, 2012

Serve your page from a web server. Do not open the file from disk in chrome.