jPlayer uses HTML5 native audio when available. Unfortunately, native
audio does not give details on the buffered progress. Only Safari 4
gives the buffered information and even then, if does not follow the
HTML5 Draft Spec. All other browsers have not implemented it.
If you use {nativeSupport:false} the Flash will be used to play MP3
files. The Flash will provide information on the download progress and
update the load bar accordingly. Be aware that if someone views your
site using an iPhone then the music will not play unless you use
nativeAudio since Mobile Safari does not support Flash.
As you probably read in my other thread to you, I am currently
updating jPlayer to support Opera 10.51 and the buffered info is what
is causing a problem right now with the existing version. I hope that
my solution will work with browsers when they finally implement the
TimeRanges object at HTMLAudioElement.buffered. ie., the load bar will
start working once the browsers catch up with the HTML5 Draft Spec.
Best regards,
Mark P.
On Mar 23, 4:01 pm, misol <misol...@paran.com> wrote:
> I found it!http://www.happyworm.com/jquery/jplayer/latest/demo-06.htm