This feature of the sprite object doesn't seem to work at all!
I need to have an image loaded from a URL and displayed in my application, however i cannot get this to work properly with the default sprite object.
Here's what i'm trying to do:
Keyboard | On Space pressed --- sprite | Load image from "http://gamemakerblog.com/wp-content/uploads/2011/02/construct-2-logo.png" (Resize to image size)
I even tried to add a text object which would show when the image is supposed to show, but this shows me that the event fired by pressing the space triggers, however the "On image URL loaded" never triggers. Testing in Chrome without WebGL, internet connection is fine.
The test image i use:
<img src="http://gamemakerblog.com/wp-content/uploads/2011/02/construct-2-logo.png" border="0" />
Nothing is displayed. What am i doing wrong?