遵循 w3c 最佳实践视频解决方案与 youtube
根据 w3schools 的说法,将视频直接嵌入到网络应用程序中的最佳 HTML 解决方案是使用video、object 和 embed 标签用于处理视频嵌入中固有的各种问题。不过,下一个章节将展示一个使用标准 YouTube 嵌入来嵌入 YouTube 视频的示例使用 iframe 标签的代码。为什么 w3schools 没有在他们的 YouTube 示例中实施他们自己的解决方案?提前致谢。
编辑:通过将 w3c 重命名为 w3schools 修复了我的错误
According to w3schools, the best HTML solution for embedding videos directly into a web app is to use the video, object, and embed tags to deal with various issues inherent in video embedding. However, the next chapter after shows an example that embeds a youtube video with the standard youtube embed code that uses the iframe tag. Why is it that w3schools is not implementing their own solution into their youtube example? Thanks in advance.
Edit: Fixed my error by renaming w3c to w3schools
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
W3schools 不是 W3C。
网站上解释的两种方法是针对常见问题(向网站添加视频)的不同解决方案。两者都有其优点和缺点:例如,YouTube 将为您托管视频,但如果您想使用 HTML 视频标签,则必须将其上传到您的服务器或其他网络存储。
使用什么解决方案取决于您。
W3schools is not W3C.
The two methods explained on the site are different solutions to a common problem, adding a video to your site. Both have their pros and cons: for example, YouTube will host the video for you, but if you want to use the HTML video-tag, you will have to upload it to your server or some other web storage.
It's up to you what solution to use.