Extending Flash |
|
|
|
| Objects > Document object > document.height | |||
Flash MX 2004.
document.height
Property; an integer that specifies the height of the document (Stage) in pixels.
The following example sets the height of the Stage to 400 pixels:
fl.getDocumentDOM().height = 400;
|
|
|
|