I fear it is not my solution. Image is 72Mb. The application i was
making is a standalone one (not a web solution)... When i try to load
the second one , the time is the double :/

2007/8/23, Marcelo de Moraes Serpa <[EMAIL PROTECTED]>:
> 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.
> >
> > _______________________________________________
> > Flashcoders@chattyfig.figleaf.com
> > 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
> >
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> 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
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to