I have a tempSprite that I use the System to create a duplicate of (I think is how this works?) But when I tell the newly created tempSprite to "Load image from URL" it does not change the image of the sprite. This part of the code is activated, and the URL seems to pass from AJAX, but the sprite does not change and the "on Image URL loaded" never triggers. I am running a compiled HTML5 website version. The pictures are stored on the same domain, though not in the same directory. The images are .PNG if that matters and I am using the free version for now. I have tried hard coding a valid URL as well. No change. It just copies the same graphic as the original tempSprite.
I searched the forums, tutorials, and Google with no success.
Any ideas?