Represents a window in which a movie is playing, including the Stage window and any other movies in a window (MIAWs) that are in use.
You can create a reference to a Window object by using the top level window() function, the Player objects window property, or the Player objects windowList property.
-- Lingo syntax
objWindow = window("Sun")
// JavaScript syntax
var objWindow = window("Sun");
-- Lingo syntax objWindow = _player.window["Sun"] // JavaScript syntax var objWindow = _player.window["Sun"];
-- Lingo syntax objWindow = _player.windowList[1] // JavaScript syntax var objWindow = _player.windowList[1];
The movie object property scriptExecutionStyle is set to a value of 10 by default, and windowType is deprecated by default in favor of the appearanceOptions and titlebarOptions property lists. If scriptExecutionStyle is set to a value of 9, windowType is fully functional.
|
Method |
|
|---|---|
|
|
|
|
Property |
|
|---|---|
|
|
|
Cast Library, Member, Movie, Player, Sprite, window(), window, windowList