I'm having a problem loading images cross-domain in Firefox for WebGL and it works fine in Chrome. I've implemented CORS on the server that has "Access-Control-Allow-Origin: *" in the response header.
The "A开发者_C百科ccess-Control-Allow-Origin: *" response made Chrome satisfied with cross-domain images but Firefox is not. Is Firefox still implementing CORS or am I just doing something wrong?
I'm using Firefox version 6.0.2
Any help would be appreciated. Thanks!
CORS for WebGL textures is not supported until Firefox 8.
Firefox 8 should be in the Beta channel very soon now, since Firefox 7 was released today.
精彩评论