将视频文件嵌入到我的 html 文件中
我想将视频文件嵌入到我的 html 文件中,并且该视频文件保存在保存我的 html 页面的同一文件夹中?那么我如何嵌入该视频?
i want to embed video file in my html file and that video file is saved in same folder where my html page is saved?so how can i embed that video?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议使用 HTML5 来执行此操作:
这适用于 Firefox 3.0+、Chrome 和 Safari。不确定早期的 IE(Internet Explorers)。它还避免了必须使用 Flash 来渲染视频窗口。
W3C 学校有一篇关于视频标签使用的好文章
I would advise using HTML5 to do this:
This will work for Firefox 3.0+, Chrome and Safari. Not sure about the early IE (Internet Explorers). It also avoids having to use Flash to render a video window.
W3C Schools has a good article on the use of the video tag
W3schools 在
此处 解决方案是将视频上传到 YouTube,然后将视频嵌入到您的网站上。它占用的服务器空间更少,受到广泛支持,并且您可以更容易被发现。
W3schools has a great reference on the <video> tag here:http://www.w3schools.com/html/html5_video.asp
Another solution is to upload your videos to youtube and then embed the video on your site. It takes less server space on your part, it is widely supported, and you can get discovered easier.