Embed a YouTube video in HTML5 without Flash

允我心安 提交于 2019-12-21 09:06:35

问题


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:


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).



来源:https://stackoverflow.com/questions/3919856/embed-a-youtube-video-in-html5-without-flash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!