Hi all!
I’ve been searching the web for a few hours now, trying many different things, but I can’t find a solution or even someone with the same problem…
My flash app (as3, flash9) needs to load images from multiple servers.
When running the site on localhost, the loading of images works, regardless of which address it was loaded from. I can load it from
“http://127.0.0.1:8080/images/xyz.png” or
“http://localhost:8080/images/xyz.png” or
“http://127.0.0.1:8081/images/xyz.png” or
“https://127.0.0.1:8443/images/xyz.png”
But what does NOT work is to have a “Event.COMPLETE” triggered from the Loader that I use, if the Url of the image is not the same address as the one where I load the flash file from.
The image loads and displays, but no COMPLETE or even an ioError event is triggered.
Does that make any sense? Does anyone have an idea?
Thanks in advance!
Regards,
Stukas