Hello
I use HTTPService in my Flex application. I load several xml each about 1mb. Somethimes I need to stop loading previos xml and start to loading new one. If I use HTTPService.cancel(); or HTTPService.disconnect() - it increase the time to get the answer from the server.
Is there a quick way to stop the previos loading in HTTPService and start new one?
Thanks Vladimir