5

I have jwplayer 6 and i want to disable the jwplayer time slider. Do anyone have any idea that how can i disable its functionality

This is the toolbar snapshot of jwplayer

BenMorel
  • 34,448
  • 50
  • 182
  • 322
keshu_vats
  • 452
  • 6
  • 45
  • 1
    Maybe this post can hel you: http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/11631/hide-progress-bar/ – grigno Feb 18 '13 at 08:26
  • hey that link is for jwplayer 5 i need for jwplayer 6 and i have tried the skiking part `` i have deleted the element from skin and also tried by giving the src path blank but the bar was still there – keshu_vats Feb 18 '13 at 09:34
  • 1
    Set the "controls" variable to "false", or you would have to do this via a custom skin. – emaxsaun Feb 19 '13 at 02:27

1 Answers1

3

We can Create new skin or edit current custom skin in order to remove time slider.

The below xml elements handles the time slider.

<element name="timeSliderRail" src="timeSliderRail.png" />
<element name="timeSliderBuffer" src="timeSliderBuffer.png" />
<element name="timeSliderProgress" src="timeSliderProgress.png" />
<element name="timeSliderThumb" src="timeSliderThumb.png" />

We can modify them according to our need.

keshu_vats
  • 452
  • 6
  • 45