Extending Flash |
|
|
|
| Objects > Document object > document.zoomFactor | |||
Flash 8.
document.zoomFactor
Property; specifies the zoom percent of the Stage at author time. A value of 1 equals 100 percent zoom, 8 equals 800 percent, .5 equals 50 percent, and so on.
The following example sets the zoom factor of the Stage to 200 percent.
fl.getDocumentDOM().zoomFactor = 2;
|
|
|
|