I have a flash app and I need to detect whether the streaming of data has stopped.
That means the connecton is still opened but the stream of data is cut of i.e no data in the pipe.
So I am asking which of these NetStatus events coresponds to this case?
NetStatus events from here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/NetStatusEvent.html
I have used the "NetStream.Play.Complete" event but it doesnt work i.e doesnt detect this event