So I've read the documentation about sprites and ajax objects, but I'm still a little baffled on how to load an image to a sprite from a different domain.
Part of this bafflement is that if I write:
<img src="http://crispme.com/wp-content/uploads/88456.jpg?pass" alt="Smiley face" width="420" height="420">
In an html file in the same location as my construct 2 project, it works just fine, but if I try to load the image (http://crispme.com/wp-content/uploads/88456.jpg?pass) it doesn't work, nor does it come up with an error in the console log.
Does HTML have some way around this cross-domain permissions thing? But the more important question is how would I be able to load an image into my game cross-domain?