Lingo Dictionary > O-R > pausedAtStart

 

pausedAtStart

Syntax

member(whichFlashOrDigitalVideoMember).pausedAtStart
the pausedAtStart of member whichFlashOrDigitalVideoMember

Description

Cast member property; controls whether the digital video or Flash movie plays when it appears on the Stage. If this property is TRUE, the digital video or Flash movie does not play when it appears. If this property is FALSE, it plays immediately when it appears.

For a digital video cast member, the property specifies whether the Paused at Start check box in the Digital Video Cast Member Properties dialog box is selected or not.

This property can be tested and set.

Example

This statement turns on the Paused at Start check box in the Digital Video Cast Member Info dialog box for the QuickTime movie Rotating Chair:

member("Rotating Chair").pausedAtStart = TRUE

See also

play