Hi, I'm using 2 HTTPService objects in parallel and the flash player seems to be confused with that in a particular situation.
I'm using the first HTTPService to retrieve asynchronous events from an http api server. To use this api, I have first to register. Then I send an http POST request with an xml content (<get_event>). The api server sends me the response only once it has something to tell me (it could be few minutes after my request). This part works fine. I use my second HTTPService in a more regular way to retrieve information from an http api servers. In this case the server sends me the response to my request immediately. This second HTTPService works fine alone. But if I have sent a request with my first HTTPService (and if I'm still waiting from a server response), the request is not sent. I see that by analysing the TCP/IP trafic. Even more strange: when I receive a response in my first HTTPService, the, the request from the second HTTPService is finally sent ... Thanks for any hint to bypass this problem. Except if it is a bug in the flash player, I don't understand why an HTTPService could disturb another one. John

