ROKKSTAR is right with Flashkit. But here is a simple Flash MX
ActionScript which may help you start with your zooming:
1. Import the Image in Flash.
2. Make it a MovieClip and name it clipZoom.
3. Add this code in the first frame of your timeline:
_root.onEnterFrame = function() {
var intScale = 1;
clipZoom._xscale -= intScale;
clipZoom._yscale -= intScale;
};
Best wishes, Martin

* http://birdy1976.com/ * ICQ# 237743398