Question
Streaming Video Progress Bar
I need to create a progress bar for my streaming video to let
the user know how much of the video has already been
downloaded/streamed. Making a progress bar for a progressive
download is easy, just check the bytesLoaded vs the bytesTotal. But
apparently with a streaming video those do not work. What exactly
do I need to check in order to create a progress bar for a
streaming video. Here is my sample code that doesn't work for the
progress bar.