I have a blog that's hosted on Tumblr. I have a separate host where I store all the images, js, css, etc for the theme that I made. However, I am also using QueryLoader2 to somehow add a "preloader" for the blog (aka the page will only display a loading bar until everything has loaded).
The problem is, I'm running across Access-Control-Allow-Origin
problems since the images and resources are on a different domain. Having experience with flash before, I remember that there is a crossdomain.xml that I can define on the remote server in order for certain domains to be able to access it. But, this is only for Flash. So is there a crossdomain.xml counterpart for JavaScript (or jQuery since that's the framework I'm using)?
It needs to be able to work with QueryLoader2 -> http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/