Share via


Windows Media Player 11 SDK SLIDER.onPositionChange 

Windows Media Player SDK banner art

Previous Next

SLIDER.onPositionChange

The onPositionChange event handler handles an event that occurs when the position of the slider changes as a result of the user clicking or dragging.

Syntax

  
    
  

Remarks

If the position of the slider changes as a result of the value attribute being modified in script, this event is not fired. To accommodate this possibility, implement the value_onchange event handler instead.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next