Flash Player 7
Flash MX 2004.
controlVR.zoomReset()
None.
Returns nothing.
Calling the zoomReset method will reset the object to 100 percent in size.
This example willl be placed on a button and will reset the object to 100 percent:
on(release){
vr_mc.zoomReset()
}