Combine jQuery UI progress bar / sllider -


i want use jquery ui slider media player seek bar. want show both buffering , seek bar. there way can both these single slider/ progress bar

currently using separate slider both

// seek bar

jwplayer(player_id).ontime(function(a){   $("#slider-range" ).slider({            max: a.duration,           value:a.position,    }) }); 

// buffering

jwplayer(player_id).onbufferchange(function(a){     $("#slider-buffer" ).slider({          value:a.bufferpercent,         }) 

have @ answer similar question: javascript youtube slider control

hope looking for!


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -