Tell me please do images always in browser cache? I found today that my
browser doesn't do that and it loads the same image as a new. I checked the
folder with Temporary files  and did not found any swf or images from pages
that I visited. How it possible?

2007/1/5, Rákos Attila <[EMAIL PROTECTED]>:


No, you cannot duplicate anything that was changed/loaded at runtime
(including images, child movieclips, variables, etc). The result of
the duplication is always an exact copy of the original movieclip
symbol (as it presented in the library). You have two options:

- you can load your image again and since it is already present in the
browser's cache, it will load much faster
- capture the image into a BitmapData object and then you can copy it
to another BitmapData in any movie clip

Attila

nV> Hi to all
nV> is it possible
nV> first load jpg in movie clip
nV> holderCur.loadMovie(jpgLoaded);
nV>
nV> then duplicate this clip after loading
nV> holderCur.duplicateMovieClip("holderLast",1)
nV>
nV> I could not see duplicated clip. What solution can be?


_______________________________________________
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