Stopping Video?

interesting !
you need to call play() explicitly after setting the loop :

    movieTex.setLoop(0)
    movieTex.play()

otherwise it’s ignored.