The flash player has a maximum value for placement (x/y coordinates) of DisplayObjects of +/-8191. I think I've seen that there's a similar limitation to the size of a DisplayObject but I can't find it right now. If these limitations are exceeded, the DisplayObject will simply disappear. That's probably what you're running into. I don't know of a workaround.
- Dan Freiman On Tue, Feb 26, 2008 at 11:31 AM, mr.octopz <[EMAIL PROTECTED]> wrote: > > Hi Lee > > The zoom tool in our app is similar to the zoom tool in photoshop. You > can click on the image to zoom incrementaly or you can marquee zoom. > The image jumps to the new zoom level it does not animate. I can > reproduce this problem in a very simple flex app. I can post the code > if it is helpful. > > Thanks, > Paul > > >

