flex - Event dispatched when network is disconnected while downloading files (URLs) for URLStream object -
I am creating an AIR application that downloads the file to a server. I am using the URLstream object with full, progress, IOError, security error and HTTP status event. I am not getting an event, if the download is running, then the network is disconnected. Can someone tell me which Has the event been sent?
Thank you, Anahas
You should receive an IOError event if the network is disconnected If you are not receiving it, you can not either add a listener to that event, or you have added it to the wrong object, or there is a framework / flash bug.
Comments
Post a Comment