I think he wants to load the "big" image and then load it again but resize it. If that's what you want, just load image with loadMovie or MovieClipLoader and once it has been cached, load it again (the same url) to a redimensioned MovieClip.
On 8/23/07, Alan MacDougall <[EMAIL PROTECTED]> wrote: > > Dave Mennenoh wrote: > >>> To avoid loading twice times the image (first in 100% and second in > >>> "thumbnail" navigation image) ... how could i copy content of first > >>> movieclip to second one with fixed size? > > > > You can't really, but since the image is cached once it's downloaded > > the first time, loading it again into the thumbnail will be nearly > > instant. > Hah... I posted an overly-fancy BitmapData copying solution -- it hasn't > gone through yet -- but Dave's answer is a lot better. If both versions > of the image are static, just loadMovie them both. I originally did that > BitmapData thing to display a magnified area of a complex clip generated > from user input, but it's overkill for static images. > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

