PDA

View Full Version : loader component only loading once


bleepbloop
08-31-2004, 10:24 PM
hi

I am using a loader component and a progress bar linked to it.

The first time I load a movie into the loader, the progressbar goes up, and I capture its 'progress' and 'complete' events fine.

But if I repeat the loadMovie actions again, the progressBar is already at 100, so I can not catch the 'progress' or 'complete' events of it, since it knows that the movie is loaded.

Am I misunderstanding how it works? These components must be more flexible than this?

do I have to reset them or something?