Videos are not played multiple times in Pavlovia

Ok. Finally I found a solution, using psychojs.visual.MovieStim documentation. For some reason the reset method isn’t working, so instead I added this at the Beginning of the routine:

nameOfMyMovie.play();

And this at the end of the routine:

nameOfMyMovie.stop();

Now the videos replay in Pavlovia :slightly_smiling_face:

2 Likes