I am developing a flex web application which sends a request to a website to get UTC time (basically it is a NTP Server). I need to ensure that user is connected to the internet the first time he logs in to the application and if not let him know that he is not connected.
I know this is possible in AIR project, but I need to have this done in a flex project as it will be integrated with another flex web project. Any inputs or suggestions would be helpful