posted 11 years ago
I know you can base 64 encode an image, and put it directly into the HTML, like <img src="data:image/gif;base64,(data)" >
I believe IE8 supports that, but maybe only for smallish images. Other browsers, and maybe even IE9 and later, support it without the size restriction. I don't know if it also works in an object tag though.