将视频文件嵌入到我的 html 文件中

发布于 2024-09-06 16:21:30 字数 70 浏览 2 评论 0原文

我想将视频文件嵌入到我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寻找一个思念的角度 2024-09-13 16:21:30

我建议使用 HTML5 来执行此操作:

<video src="myvideo.avi"/>

这适用于 Firefox 3.0+、Chrome 和 Safari。不确定早期的 IE(Internet Explorers)。它还避免了必须使用 Flash 来渲染视频窗口。

W3C 学校有一篇关于视频标签使用的好文章

I would advise using HTML5 to do this:

<video src="myvideo.avi"/>

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

水染的天色ゝ 2024-09-13 16:21:30

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文