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:
javascript
fl.getDocumentDOM().height = 400;
#### See also
document.width (../Document_object/docu6182.md)