further 'Uncaught Error: SECURITY_ERR: DOM Exception 18' By lyle Ok, so in my last blog i was going to try and get my textures working by base64 encoding them. This worked in so much that i no longer got that error, but i ended up getting a different error to do with 'cross-origin resource sharing'. So after a bit of research i came across this blog post http://blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html. Which means that because of a security issue, using textures is a hassle. So i'm moving on from that and on to looking at THREE.js.