We have a game that communicates with a server (which has a proper crossdomain.xml file), and everything works fine using the web player.
But we are adding some logic to handle error conditions, and that is where we have run into a problem. What we want is for the user to do something in the game, and if there is a basic WWW problem (such as network or server being down), then the user gets a message with an option to "try again."
It seems as if WWW is caching the lack of crossdomain.xml file from the first call (when the server was down), and is not trying to find that file on the second call (when the server is back up).
Has anyone else encountered this, or have any other ideas about what's going on and how we might work around this?
Thank you in advance!