I built the example of ImageLoader and tested it on my local web server, I can see an 'error' text display at left top corner. Everything is fine on Mac Player. Also tested as facebook instant game. error is the same. is this a bug?
UrlLoader works fine in HTML5 (I use it extensively in my FB Instant app). Your problem is probably a cross-origin restriction issue (CORS). Your web console should show you a warning about that.
Comments
Likes: antix