Videos are not played multiple times in Pavlovia

Hi @TommasoGhilardi,

The first piece of code, nameOfMyMovie.play(); needs to be added at the Beginning of your routine, in the right panel of the Code component (javascript), as you can see here (replace “box_mov_3” with the name of your movie component):

Same thing with the other piece of code, nameOfMyMovie.stop();, which you need to add at the End of your routine.

Also (not sure if this changes anything) but set your movie component to set at every repeat

2 Likes