Hi guys,
I am currently building a custom FLV player which progressively downloads the FLV. I am currently using NetStream.seek() to seek when the scrubber is dragged.
The problem is that if one seeks to the last 10 seconds or less in that FLV, flash will return a NetStream.Seek.InvalidTime error.
I have done some debugging and i am definitely seeking within the duration and the whole FLV has been loaded.
Any ideas?
Cheers