I want to detect the network disconnection for my web app.
For AIR application it is possible, using the AIR URLMonitor. And in Flash AS3 I am using javascript's
'navigator.onLine' using ExternalInterface.
But the above code does not work always.
Do I have to write my own code to continuously check if my network connection is persistent?