Youtube 2 video with autoplay: starts at the same time

Hi,
i have region with 3 items:
1 - image (30 sec)
2 - youtube video (250 sec)
3 - youtube video (400 sec)

I have embedd video on this way:
<iframe width="1000" height="700" src="https://www.youtube.com/embed/vdS0Sb39PFg?autoplay=1&mute=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

Problem is that all video starts at the same time and overlap.
How can I do to start video only at their round?

You can make a playlist of videos on Youtube, and then embed the Playlist:

If I would play not a playlist but VIDEO1, IMAGE,VIDEO2, IMAGE etc?

Then do them as separate embeds using the above code. In the preview they’ll all launch at the same time but on the Player they’ll work as you expect.

alex, thanks a lot!!!
I’m testing so I have try only on preview mode so all starts at the same time.
Il will try with regular player.
Thanks
Marco

1 Like