Hi,
For my FLVPlayBack player, I want a “% loaded” message before the video begins, which counts upwards.
This wouldn’t be a problem if this was just the usual bytesTotal/bytesLoaded calculation, but this is a progressive video that plays with playWhenEnoughDownloaded(). In other words, I’m not counting up to when the entire video has loaded, but to when the video is going to start, based on playWhenEnoughDownloaded().
Is there any way to do this?