Question
Netstream seek bug
Hey guys. I'm currently using a NetStream object to stream an
external FLV for this media player I'm working on. The seek works
well and so does the play/pause button, but not when using them
consecutively. If I seek to anywhere in my movie, using
NetStream.seek(Number); and then do a NetStream.pause(true); and
then a NetStream.pause(false), my movie continues playback, but
does so as it fast-forwards. Sometimes it does it for only a few
seconds and sometimes it will skip through 5 minutes of video in 20
seconds. If I then do a pause/play again after it's done
fast-forwarding and all "caught up", it works fine. The only time I
can do a seek, followed by a pause/play without getting this bug is
when I rewind to the begining with a seek(0);. I'm currently
running Flash 8.
Has anyone run into this bug before or does anyone know how to fix it?
Has anyone run into this bug before or does anyone know how to fix it?