3 youtube movies is playing in a row

<iframe src="https://www.youtube.com/embed/bfsZA-mgA8o?autoplay=0&playlist=NmzOakHjp9Q" style="width:50%;height:500px;" allowfullscreen></iframe>I have the code above at http://dot.kr/x-test/yutube/2movies.php
if you click the play button, the movie will be started and as soon as the 1st movie is finished, the 2nd movie is playing.
So far so good.

I like to make it the 3rd movie is automatically playing as soon as the 2nd movie is finished.

The following code at http://dot.kr/x-test/yutube/3movies.php is one of trials for it. but it seems not to work as I want.

<iframe src="https://www.youtube.com/embed/bfsZA-mgA8o?autoplay=0&playlist=NmzOakHjp9Q&playlist=zi1D0MKWHU0" style="width:50%;height:500px;" allowfullscreen></iframe>

Can I make the 3rd movie is automatically playing with your help?

Sorry man, there’s nothing that JavaScript can do to help you with that issue.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.