I've created a chat client in flash lite that uses a xmlsocket to listen for messages.
My problem is that when the application is sent to the background it is paused and can't listen for messages.
How can I have it resume in the background?
I read that from flash lite 3.1 you can have your app resume processing in the background if you make an asynchronous call to one or more Symbian Platform Services with a callback.
Is there a way I could use this technique to get a notification of when the application is sent to the background or paused and use the callbackSettings.resumeOnEvent to resume processing?
Is there any other way to solve this problem?
My application is useless if it cant run and receive messages in the background.
Any help with this issue appreciated! Thanks



