This options block enables a new time slider and allows for toggling the thumb or knob.
jwplayer("myElement").setup({
"playlist": "https://cdn.jwplayer.com/v2/media/hWF9vG66",
"timeSlider": {
"legacy": true,
"preferChapterImages": false,
"showKnob": true,
"showAdMarkers": false
}
});
Property | Description |
---|---|
showAdMarkers boolean | Controls whether ad markers or an ad countdown displays
Possible Values:
|
showKnob boolean | Controls whether the time slider knob is displayed
Possible Values:
|