document.zoomFactor
#### Availability
Flash 8.
#### Usage
document.zoomFactor
#### Description
Property; specifies the zoom percent of the Stage at authoring time. A value of 1 equals 100 percent zoom, 8 equals 800 percent, .5 equals 50 percent, and so on.
#### Example
The following example sets the zoom factor of the Stage to 200 percent.
javascript
fl.getDocumentDOM().zoomFactor = 2;