I am having problems with a button linked to a movie. The button and movie are right next to each other in the same frame. The idea is when I roll over the button the movie plays, but I cannot get the movie to play at all. I have put a stop command in the first frame of the movie to stop it from playing immediately. And I have the following action commands on the button:
on (rollOver) {
movie1.play();
}
on (rollOver) {
movie1.play();
}