Re: [Flashcoders] Re: Caching loaded bitmaps

2010-01-01 Thread Glen Pike
Hi, I don't think caching applies to running stuff from the IDE - you need to test your App in a browser to see caching working as intended. There may be some obscure reason that PC's load stuff faster - possibly because they are better than Mac's (hehe) Glen Omar Fouad wrote: No

RE: [Flashcoders] Re: Caching loaded bitmaps

2009-12-31 Thread Cor
] Re: Caching loaded bitmaps No one? On Wed, Dec 30, 2009 at 10:54 PM, Omar Fouad omarfouad@gmail.comwrote: Hi all, I have some sort of game that requires to load some bitmaps before it starts. I do this by using the Loader class, and shifting from an array of image Links on each time

Re: [Flashcoders] Re: Caching loaded bitmaps

2009-12-31 Thread Karl DeSaulniers
To: Flash Coders List Subject: [Flashcoders] Re: Caching loaded bitmaps No one? On Wed, Dec 30, 2009 at 10:54 PM, Omar Fouad omarfouad@gmail.comwrote: Hi all, I have some sort of game that requires to load some bitmaps before it starts. I do this by using the Loader class, and shifting from

[Flashcoders] Re: Caching loaded bitmaps

2009-12-30 Thread Omar Fouad
No one? On Wed, Dec 30, 2009 at 10:54 PM, Omar Fouad omarfouad@gmail.comwrote: Hi all, I have some sort of game that requires to load some bitmaps before it starts. I do this by using the Loader class, and shifting from an array of image Links on each time the Event.COMPLETE fires so