_parent

SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
_parent.property
_parent.property = value

_parent._parent.property is also valid.

Arguments
property : Any property of the parent Object.
value : New value of the property.

Description
Synonym for the Sprite / Movie Clip / Object that contains this Object, i.e. the parent.

Sample
_parent.play();    // restart parent Movie Clip