RewindMovie Property

Applies To

PlaySettings object.

Description

True if the first frame of the specified movie is automatically redisplayed as soon as the movie has finished playing. Read/write Long.

Example

This example specifies that the first frame of the movie represented by shape three on slide one in the active presentation will be automatically redisplayed when the movie has finished playing. Shape three must be a movie object.

Set OLEobj = ActivePresentation.Slides(1).Shapes(3)
OLEobj.AnimationSettings.PlaySettings.RewindMovie = True