Hello and thank you so much for the most useful AS3 Library I've ever used!
I'm currently using a VideoLoader to playback external MP4 on a client website. I've set bufferMode=true and all goes well on short videos. However, on larger videos (about 100MB) when I try to seek the video immediately after the first bufferFull event:
- bufferEmpty is displached properly
- I display a 0% buffer progress info and wait for buffer progress
- It stays at 0% for about 20 seconds! -> My problem
- It then starts to show progress and quickly gets to 100%
- bufferFull is dispached, all is good.