Hello,
I’m curious if anyone’s ever been able to monitor an external resource (image, in this case) for error response codes, and/or a specified timeout, and attempt to load another resource if encountered…
Hopefully that made sense, but I’ll explain further -
Say I use loadMovie to grab an image: server1.tld/image.jpg
If server1.tld goes down or has some temporary resource issues that give error status codes, I don’t want my application to just error out, I’d like it to instead try to get the image from server2.tld/image.jpg instead.
Has anyone been able to do something like this? Google has not been my friend on this one. Thanks 