In small websites you use images you store at flickr, picasa, etc.
In other websites you use open images at wikipedia and similar sites.
Is there a way to use external images for sprites and/or backgrounds in your games?
Sprite "Load image from url" works only on your site or XSS enabled sites.
Browser "Download" writes the image in the downloads folder of browser, where you can't access it.
I don't want to make a Php script to serve external images as faked server images.
Any idea?