Is there any simple way to have multiple embedded YouTube videos on a page and have them start playing as soon as the page is opened and when the first one finished have the sec
Here is an example using the YouTube Iframe Player API.
There are two separate embeds (player1 and player2). The video autoplays when player1 has loaded, and it starts player2 when it completes.
Here is the jfiddle if you want to play around with it.
And the code: