Progress bar component reset

I have a loader component and a progress bar component linked to it. I have the progress bar set to polled mode.

It works fine for the first image loaded into the loader component with loadmovie() but if I load a second movie it doesn’t reset - it remains at 100%.

What is the best way to reset the percentage of a progress loader.

Thanks.