windowList

Usage

-- Lingo syntax
_player.windowList

// JavaScript syntax
_player.windowList;

Description

Player property; displays a list of references to all known movie windows. Read-only.

The Stage is also considered a window.

Example

This statement displays in the Message window a list of all known movie windows:

-- Lingo syntax
trace(_player.windowList)

// JavaScript syntax
trace(_player.windowList);

See also

Player