I need to ping to an network with flash or actionscript
I have created a network trouble shooting tool in flash. The design will have all the componenets on the screen. I have to ping to every component once in minute. I have finished the design part. Please someone help me how do i ping a webaddress or IP in flash. I need a sample code.. Im using Flash CS3 What do you mean by you have all the components on the screen and you have to ping every component once in a minute? If by ping you mean an app, what checks the time-response of a url, then you can try to play with this code: var ldr:URLLoader = new URLLoader(); ldr.addEventListener