Hi,
I am trying to play flv file in swf, using NetStream. I have registered for onStatus event. I receive all the events till I receive “NetStream.Buffer.Flush” & “NetStream.Play.Stop” in same order at the end of the video… After that when I drag the video using seek and play the video again, I don’t receive any events in registered call back onStatus function…
I need to make status text updates on video, even after video has fully downloaded and stopped & if replayed… Any idea what is going on and what I need to do different here so that I continue to receive onStatus event notifications?
Thanks In Advance…