1
我找到了一個解決方案,把YouTube鏈接到一個HTML標籤,但它不工作,不顯示視頻:HTML5視頻標籤的YouTube
<video controls="controls" x-webkit-airplay="allow" class="video-stream"
src="http://youtu.be/8sUr5uBFInQ"></video>
我找到了一個解決方案,把YouTube鏈接到一個HTML標籤,但它不工作,不顯示視頻:HTML5視頻標籤的YouTube
<video controls="controls" x-webkit-airplay="allow" class="video-stream"
src="http://youtu.be/8sUr5uBFInQ"></video>
據this blog,你需要不同的語法。
<iframe class="youtube-player" type="text/html" width="640" height="385"
src="http://www.youtube.com/embed/VIDEO_ID" allowfullscreen frameborder="0">
</iframe>