_root

SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
_root.property
_root.property = value

Arguments
property : Any property of the root (top level) Object.
value : New value of the property.

Description
Synonym for the Sprite / Movie Clip / Object that contains all other objects. i.e. the root.
Note that the root has no parent Object.

Sample
_root.play();    // restart root Movie Clip