【发布时间】:2015-10-01 02:53:03
【问题描述】:
我有一些 youtube 网址,例如 https://www.youtube.com/embed/LaXGkW_-Nvc?list=RDTDDDvaoGiDg。当我把它放到 html video 标签上时,它说“Invalid source”。
如何解决这个问题?
当我使用 iframe 显示视频时,我遇到了另一个问题,如下所述:Video not showing in iframe on IE, but showing on firefox and chrome。
这是我的 HTML:
<video width="300" height="auto" autoplay="" controls="" name="media"><source src="https://www.youtube.com/embed/LaXGkW_-Nvc?list=RDTDDDvaoGiDg"></video>
【问题讨论】: