Hi Andy,
This is exactly why I brought it up. I wanted to know what the
community wants.
One thing at the back of my mind... Nagging away... Is that more and
more browsers are moving to a 'seeking' way of accessing the audio
files. If the browsers actually implement the audio.buffered array of
TimeRanges, then the loadbar would need to work in a different way.
(Safari are the only ones that implement it, and they broke it in
Safari 5.)
ie., We'd need to show the chunks downloaded, which may not all be in
1 piece. So the load bar info becomes a barcode of what is ready and
what is not. Also, clicking anywhere on the bar should always work,
since you can jump to any point regardless of whether it has
downloaded yet or not.
I'll keep that on the back burner and deal with it when browsers start
to catch up.
BTW. Currently, jPlayer takes the last element (N) of the
audio.buffered.end(N) and use that as the load bar. If DOM info not
implemented, then the load bar goes to 100% immediately.
Best regards,
Mark P.