Linear

How To Create a visual scrub knob a la youtube? (Projekktor Theming)

by Freundschaft, Monday, June 25, 2012, 01:48 (335 days ago)

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

  621 views
Avatar

How To Create a visual scrub knob a la youtube?

by sascha ⌂ @, Thursday, June 28, 2012, 15:30 (332 days ago) @ Freundschaft

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/

Tags:
knob, scrubber, tooltip

  620 views

How To Create a visual scrub knob a la youtube?

by pranav.bhargava@gmail.com @, United States, Friday, April 19, 2013, 20:35 (37 days ago) @ sascha

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.

  57 views