Many sound stimuli throughout the movie clip

Whenever you think about repeating something many times in a programming context, it is the wrong approach to take. In this case, you just want a single sound component and a loop so that it plays 115 times. What this means is that the movie needs to be created in code so that it plays in the background continuously, without being part of the discrete routines-within-a-loop structure.

See this post here, which oddly enough is about the opposite approach (playing a sound in the background instead of a movie):

As in that post, create your movie at the beginning of the experiment, but instead of code in the “begin routine” tab, put this in the “every frame” tab:

your_movie_object_name.draw()