Microsoft Windows CE 3.0  

PositionChange

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Occurs when the current media position changes, such as when the user selects (or seeks to) a new media position.

Compatibility:Windows Media Player

<SCRIPT FOR="MediaPlayer" EVENT="PositionChange(
dblOldPosition, 
dblNewPosition
)"
LANGUAGE="JScript">
//insert script commands//
</SCRIPT>

Parameters

dblOldPosition
Double value indicating the position before it changed, in seconds.
dblNewPosition
Double value indicating the current position, in seconds.

See Also

Playback Methods and Properties