I don’t know how much I know. Curious to see other answers though.
, , , javascript
div, swf, div (),
'scrollRect'.
javascript, ExternalInterface.
quick'n'dirty, flash scrollPane:
zoomIn.addEventListener(MouseEvent.CLICK, zoom);
zoomOut.addEventListener(MouseEvent.CLICK, zoom);
function zoom(event:MouseEvent) {
var scale:Number = event.currentTarget == zoomIn ? 1 : -1;
sp.content.scaleX += scale;
sp.content.scaleY += scale;
sp.update();
}
, flex, , , , .
,