Embed a YouTube video in HTML5 without Flash

后端 未结 1 2165
囚心锁ツ
囚心锁ツ 2021-02-20 08:02

Is it possible to embed a YouTube video on your own website using HTML5, so it can be played on Safari on iPhone without Flash?

相关标签:
1条回答
  • 2021-02-20 08:34

    According to http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html:

    <iframe src="http://www.youtube.com/embed/VIDEO_ID"></iframe>
    

    That will play in HTML5 video (falling back on Flash when HTML5 video is unavailable).

    0 讨论(0)
提交回复
热议问题