ActionScript 2.0 Components Language Reference |
|
|
|
| Screen class > Screen.rootScreen | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
myScreen.rootScreen
Property (read-only); returns the screen at the top of the screen hierarchy that contains myScreen.
The following example displays the name of the root screen that contains the screen myScreen.
var myRoot:mx.screens.Screen = myScreen.rootScreen;
|
|
|
|