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