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 object's window property, or the Player object's windowList property.
window() method.
-- Lingo syntax
objWindow = window("Sun")
// JavaScript syntax
var objWindow = window("Sun");
window property.
-- Lingo syntax objWindow = _player.window["Sun"] // JavaScript syntax var objWindow = _player.window["Sun"];
windowList property.
-- Lingo syntax objWindow = _player.windowList[1] // JavaScript syntax var objWindow = _player.windowList[1];
Note: When creating a named reference to a window by using either the top level window() function or the Player object's window property, a reference to that window is created only if a window by that name exists. If a window by that name does not exist, the reference contains VOID (Lingo) or null (JavaScript syntax).
| Method | |
|---|---|
close() |
moveToBack() |
forget() (Window) |
moveToFront() |
maximize() |
open() (Window) |
mergeProps() |
restore() |
minimize() |
|
Cast Library, Member, Movie, Player, Sprite, window(), window, windowList
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/director/mx2004/release_en/02_dir14.htm
Comments
No screen name said on Feb 14, 2004 at 4:11 AM : johnnystorm0 said on Feb 15, 2004 at 3:19 PM : Thomas Higgins said on Feb 19, 2004 at 3:44 PM :