I wrote a ZoomPane component. Just like a ScrollPane but makes content zoomable. All properties can be set in parameters panel or controlled with actionscript. Marquee code taken from Senocular.com (Thanks!). Would love to hear feedback. I’ll post some features below links.
Properties:
content:MovieClip - get the MovieClip object set as content in the ZoomPane
contentPath:String - get/set the content of the ZoomPane using the desired objects ID path
zoomFactor:Number - get/set the zoom factor
autoSize:String - get/set (values: “true” or “false”). If true, auto sizes the ZoomPane to fit the content
ZoomInButton_Name:String - get/set the zoom-in button instance name if you dont want the default buttons
zoomInButton:MovieClip - get the MovieClip representing the zoom-in button
ZoomOutButton_Name:String - get/set the zoom-out button instance name if you dont want the default buttons
zoomOutButton:MovieClip - get the MovieClip representing the zoom-out button
ZoomInIcon:String - get/sets the identifier path of the zoom-in mouse icon