Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 383 Bytes

File metadata and controls

25 lines (14 loc) · 383 Bytes

document.height

Availability

Flash MX 2004.

Usage

document.height

Description

Property; an integer that specifies the height of the document (Stage) in pixels.

Example

The following example sets the height of the Stage to 400 pixels:

fl.getDocumentDOM().height = 400;

See also

document.width