PlayOnEntry Property

Applies To

PlaySettings object.

Description

True if the specified movie or sound is played automatically when it's animated. Read/write Long.

Remarks

For the PauseAnimation property setting to take effect, the Animate property of the ActionSettings object must be set to True.

Use the ActionVerb property to set the verb that will be invoked when the media clip is animated.

Example

This example specifies that shape three on slide one in the active presentation will be played automatically when it's animated. Shape three must be a sound or movie object.

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