Description
Zooms in on a rectangular area of the movie.
Syntax
FlashPlayer.setZoomRect(left, top, right, bottom)
Parameters
Returns
Nothing
Example
var pointsToTwips = 20;
FlashPlayer.setZoomRect(0, 0,
200 * pointsToTwips,
200 * pointsToTwips);