I\'ve a question about implementing a slider control in a browser.
I need to playback data over time, in a browser. I will have one Worker filling the playback buffe
Maybe try also goog.ui.Slider from Google Closure library?
Click on the "demo" link on that page to see a demo.
You can overlay a transparent div on top of the slider which indicates how much data was pre-fetched (maybe using a table with increasing widths and a colourful but transparent background).