Re: [flexcoders] Why is my preloader slow and jumpy?

2009-04-21 Thread Tom Chiverton
On Tuesday 21 Apr 2009, Alex Harui wrote: > There is no API for forcing the user to watch a preloader animation. You > might be able to do it by blocking certain events and dispatching them > later, but IMHO, a good preloader doesn't need to be watched to completion. Indeed. You could achieve th

RE: [flexcoders] Why is my preloader slow and jumpy?

2009-04-20 Thread Alex Harui
dobe.com/> Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of adam.duro Sent: Monday, April 20, 2009 7:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why is my preloader slow and jumpy? So I'm trying to do a

[flexcoders] Why is my preloader slow and jumpy?

2009-04-20 Thread adam.duro
So I'm trying to do a simple preloader for my application. I'm going the implements IPreloaderDisplay route. I have an intro animation for my preloader (it simply tweens onto the stage usinging TweenLite). After the intro animation completes, the progress bar does it's job and then shows the ap