Re: [Flashcoders] Caching loaded bitmaps

2009-12-31 Thread Juan Pablo Califano
I don't know about Macs, but I have noticed this same caching behavior in the past using Windows XP and Flash CS3. If my memory serves me well, flushing IE's cache made Flash reload the images from disk (I discovered this by chance); this seemed a bit odd but I remember I could reproduce it every

Re: [Flashcoders] Re: Caching loaded bitmaps

2009-12-31 Thread Karl DeSaulniers
Hey Omar, PreloadAssetManager by GreenSock is really good and it smoothes dynamic content. But I have the AS2 version. Might be a AS3 version out there though. Loads smooth and you can set up a progress bar for each pic as well. Users like to know its at least loading.. :) Karl On Dec 31, 20

RE: [Flashcoders] Re: Caching loaded bitmaps

2009-12-31 Thread Cor
Hi Omar, To give you a good advice, I would need to know more of what is happening, code wise. Do you HAVE TO wait until all the pictures are loaded or can you preload them while something else keeps the user happy. But, testing locally never gives the real picture, Mac or PC. You should put it