I’m loading an flv into a video object and I am using setBufferTime on the video to buffer it.
The problem is, if the video playback catches up it will buffer that time I set again. This good, but I’d like to trigger something when this happens so the user will know the video isn’t done, it is just buffering again.
How do I check to see if the video is buffering??
Thanks,
Matt