2017.03.02 13:54
Just add "?autoplay=1" at the end of the video URL.
For example, if you have an iframe codes like below (an example, not a real one)
The original codes given by Youtube:
<iframe width="854" height="480" src="https://www.youtube.com/embed/MOK9wlwAgU" frameborder="0" allowfullscreen></iframe>
Modified to make it autostart (=autoplay):
<iframe width="854" height="480" src="https://www.youtube.com/embed/MOK9wlwAgU?autoplay=1" frameborder="0" allowfullscreen></iframe>
No. | Subject | Author | Date | Last Update | Views |
---|---|---|---|---|---|
Notice | How to write your comments onto a webpage | 운영자 | 2016.07.06 | 2019.12.31 | 6320 |
Notice | How to Upload Pictures in webpages | 운영자 | 2016.07.06 | 2019.12.31 | 1262 |
Notice | How to Write a Webpage | 운영자 | 2016.06.28 | 2017.07.19 | 1604 |
Notice | Brief Instruction of using SNUMA Website | 운영자 | 2008.04.28 | 2016.06.28 | 1530 |
2 | How to embed video to websites | 운영자 | 2021.06.29 | 2021.06.29 | 391 |
» | How to autostart "iframe" in YouTube Video | 운영자 | 2017.03.02 | 2018.11.28 | 909 |