amamare
11-08-2006, 01:10 PM
Hi all,
I'm having some problems with HTTPService calls in IE6. I have several HTTPService-calls, all of them works fine in Firefox, but in IE6 some of them fail. The application is a messaging system, and one of the calls that fails is the following:
<mx:HTTPService id="getAllMessagesRequest" url="{host + '/comsys/actions/getAllMessages.do'}"
method="GET" resultFormat="e4x" result="handleMessageList(event);"
/>
The call is then populated with a simple request-object in the code before it is sent. This call is sent every 15 seconds. The really weird thing is that if the user right-clicks the flex app, and selects "About Flash Player 9...", somehow the call gets through, and the messagelist is updated. It also seems like the call works the first time it's called (when logging in to the system), but that the subsequent calls fail - until right-clicking and selecting "About..".
Any ideas?
Thanks
I'm having some problems with HTTPService calls in IE6. I have several HTTPService-calls, all of them works fine in Firefox, but in IE6 some of them fail. The application is a messaging system, and one of the calls that fails is the following:
<mx:HTTPService id="getAllMessagesRequest" url="{host + '/comsys/actions/getAllMessages.do'}"
method="GET" resultFormat="e4x" result="handleMessageList(event);"
/>
The call is then populated with a simple request-object in the code before it is sent. This call is sent every 15 seconds. The really weird thing is that if the user right-clicks the flex app, and selects "About Flash Player 9...", somehow the call gets through, and the messagelist is updated. It also seems like the call works the first time it's called (when logging in to the system), but that the subsequent calls fail - until right-clicking and selecting "About..".
Any ideas?
Thanks