Where does flash cache images too?
for example if run simple loader...
imageloader = new loader(); imageloader.load(new urlrequest("http://farm9.staticflickr.com/8430/7735091072_5c9139c13e_b.jpg));" imageloader.contentloaderinfo.addeventlistener(event.complete, imageloaded); private function imageloaded(e:event) { trace("loaded"); }
.. takes few seconds load image flickr... (fair enough decent size)
if run again appears instanty imply has been cached somewhere on machine.
which thing! this!
however app in question might download large amount of graphics on time (its on kiosk) thinking writing somthing clear out cache once week or so.
but dont no flash keeps cache? ive done search above image locally , doesnt show anywhere.
any ideas?
thanks
aidan
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment