OK so, i've been stuck for a long time now on this. I've read all the other quetions and comments about this but i haven't got any further...
I am working on a JavaScript project in Aptana Stundio 3. When i open my index.html file in my main folder i get this:
Cross-origin image load denied by Cross-Origin Resource Sharing policy. (Using the latest version of Chrome)
But only if i open the html file in my folder. When i run it on Apanta, it works just fine.
My project is never going to run on any server... It's just a game that i want to share with other people, but on their localhost.
I've read things about CORS and stuff but i just don't get it. I know i have to change the header of my file so that i can get access to my sources, but i dont know HOW?!
What do i do? Not in general, but in my case.
Hope i get this soon.