I use the Easeljs library. Everthing works fine in firefox and ie9, with the exception of google chrome mouse events, it doesnβt work, and I got this error "Not Accepted An error occurred. Most likely, this is due to security restrictions when reading canvas data with local or cross-domain images."
Submit your page from a web server. Do not open the file from disk in chrome.
Another possible working answer:
var queue = new createjs.LoadQueue(true, null, true);
Since v.0.4.1, here is what they say:
The CrossOrigin flag is already included in the LoadQueue () constructor v.0.4.1.
Just start Chrome with the -reduce-security-for-testing command line argument. Thus, you can develop your project locally without using a web server.
Source: https://habr.com/ru/post/917699/More articles:python matplotlib - contour plot - confidence intervals - pythonForce loading after ajax call - javascriptDraw bitmaps from resources over another - androidNoob Concern: using a JavaScript function - javascriptThe conditional operator does not work with two types that inherit the same base type - c #How to start using MVVM in Metro applications? - c #Downloading data from Appengine - google-app-engineConvert string "abc" to $ hash β {a} β {b} β {c} in Perl - perlAdd javascript library to Octopress posts? - blogsWhere is the RadialGradientBrush in WinRT XAML? - windows-8All Articles