If you’d like your embedded video to autoplay or loop, go to the video you'd like to embed and click the "Share" button in the video player. In the window that opens, click the "Show options" link, and check the corresponding boxes next to "Loop this video," "Autoplay this video," or both. You can then copy the embed code.
You can also do this manually by adding the following parameters into your embed code:
loop=1
autoplay=1
Wenn du auf einer Seite mehr als einen Video hast, der auf Auto Play gestellt ist, musst du auch diesen Parameter hinzufügen:
Auto Pause=0
Wenn du zum Beispiel zwei Videos mit Autoplay und Videoschleife auf einer Seite einbetten willst, würde der Einbettungscode für beide Videos wie folgt aussehen: <iframe src="https://player.vimeo.com/video/12345?autoplay=1&loop=1&autopause=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Wichtig: Bitte beachte, dass Autoplay und Videoschleife auf den meisten mobilen Geräten nicht funktionieren.