Hi Kiki,
Have you tried explicitly stopping whatever movie is playing before running the movie.play() method ( eg. Parte[2].play(); )? I had the same problem with sound carrying through until I stopped whatever movie was playing first movie.stop() ( eg. Parte[x].stop(); ) then movie.play().
Have you tried explicitly stopping whatever movie is playing before running the movie.play() method ( eg. Parte[2].play(); )? I had the same problem with sound carrying through until I stopped whatever movie was playing first movie.stop() ( eg. Parte[x].stop(); ) then movie.play().