loadMovie Loop

How can I make the loadMovie keep looping after playing once?

loadMovie(“leftback_a1.swf”,“videoHolder”);

I want leftback_a1.swf to keep looping and playback after it finishes.

And how can I control the playback of the leftback_a1.swf? Meaning if I have a button to click to stop it and it will pause and a button to click to play and it will play from where it paused.

it should loop if you don’t have any stop signs on the movie!

Yup I think it’s the swf that has the stop();
Now that it can be loaded, another problem! As my swf is bigger than the videoHolder MC it actually overlapped the videoHolder and not playing inside the MC.

How I can resize the swf such that it plays in the videoHolder and is the same size as it?