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.