I've got a flash game that uses xml for server responses/requests.
I use the URLRequest and URLLoader classes to send the requests to the server.
When I play the game in a browser (so I've got an index.html file around the SWF) it works but when I play the game as a standalone SWF in flash player on Windows it won't send the request to the server.
I'm not sure what's wrong. I don't see any error messages.
I believe it is using http.