How To Create a visual scrub knob a la youtube? (Projekktor Theming)
Hi folks,
I am looking for a way to create a theme that has a visual knob for dragging on the scrub/progrss bar.
in the source code of the controller JS I have found these lines:
// update knob
// if (!this._sSliderAct)
// this.controlElements['sknob'].css("left", percent+"%");is it possible that the visual scrubber knob functionality is not present in the current build of projekktor and am I choosing the right approach to implement this?
Could I just insert a div block with the Custom Control template and set the left property according to the current play position? Or is there any easier way to do this?
Cheers and Thanks!
Freundschaft
How To Create a visual scrub knob a la youtube?
Right now there´s no element featuring the requested functionality.
Of course it´s possible to to some hacking through the API and the controlbar templating system.
If you´ve some time to wait for it: I have to build such a knob anyhow - along with some fancy tooltip-stuff.
Stay tuned.
- Sascha
---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/
How To Create a visual scrub knob a la youtube?
Is this implemented? I am too looking to add a knob which would move with the playhead. Just like you would do it on youtube player.
