NetStream events don't match up with video
I'm building a video player using NetStream, NetConnection, and backed by an FMS 3.5.3 server. The NetStatus events from NetStream aren't always in sync with the actual video... The worst one is that the stream will report NetStream.Play.Stop while the video's still playing. How can I know when to toggle my pause button over to a play button and stop updating the ScrubBar when this event is premature?
If I let a video play through with no interference then Stop occurs at the right time. If I ever seek to another place in the video before the video finishes, Stop will be wildly inaccurate. Right now I've had to just have a timer fire constantly and I check to see if stream.time == lastStreamTime. It's a nasty hack.
Advice? Thanks
