Sorry but...
I just didn't like it. It was like a slide show rather than a movie and didn't really have any meaning.
Also the music plays again when the movie restarts, with the first times round music still also playing.
To fix with action script 2 (if your using it): either put "stop();" at the end of the movie or if you want the movie to repeat and you're playing the sound with action script then put:
if(doOnce==null){
doOnce=1;
(play sound script)
}