AutoRewind

Description

Returns or sets a Boolean value specifying whether or not the file position is automatically set to zero after a file has played to the end.

Syntax
object.AutoRewind

Remarks

The default behavior is to keep the current position at the end of the file after it is played, with the last image still showing. Setting AutoRewind to True will return the current position to zero after playing.

The state of the image display window after automatic rewinding is determined by other Player control properties. The default behavior is to display the background color of the control. If TransparentAtStart is True, after the file finishes playing, the control will become transparent. If AnimationAtStart is True (and TransparentAtStart is False), the title image is shown.

If PlayCount is greater than 1, the current position is returned to 0 (zero) only after the file is played PlayCount times. Between plays, the last image of the file is shown while play is restarting.

The default value of this property is False.

See Also

PlayCount, TransparentAtStart, AnimationAtStart

Return to Player Control Reference.

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