Yes. I have have been successfully using something similar as a workaround, until a fixed version of the Builder is available.
Assuming you have a movie called myMovie, add a single code component below it, with:
Begin routine: myMovie.play();
End routine: myMovie.seek(0);
This ensures that the movie resumes at its beginning on its next presentation. But has the limitation of requiring the movie to start only at the beginning of a trial, which may not allow enough time for the movie time to pre-load before its first presentation, leading to slight timing errors.