I am new to Haxe and I want to use Pixi.js with haxe. But, the code found on github is able to load the image. CORS policy error is getting each time?
Asked
Active
Viewed 127 times
1 Answers
0
You need to run local server to load images and files from local filesystem. "Cross origin requests are only supported for HTTP." error when loading a local file

Andrew
- 1,282
- 6
- 11