PlayStateChange

Description

Sent when the control changes its play state.

Syntax
Private Sub object_PlayStateChange OldState NewState

ParameterDescription
OldState A Long value specifying the previous PlayState property value.
NewState A Long value specifying the new PlayState property value.

Remarks

Use this event to process changes in the PlayState property.

See Also

SendPlayStateChangeEvents, PlayState

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.