![]() |
Previous | Next |
The positionChange event occurs when the current position of the media has changed.
Syntax
positionChange(oldPosition, newPosition)
Parameters
oldPosition
Number (double) specifying the old position.
newPosition
Number (double) specifying the new position.
Remarks
The value of event parameters is specified by the player, and can be accessed or passed to a method in an imported JScript file using the parameter name given. This parameter name must be typed exactly as shown, including capitalization.
See Also
Previous | Next |