我们应该如何链接 html 文件上的视频和音频?

发布于 2025-01-11 10:43:00 字数 324 浏览 0 评论 0原文

<video  width="500" height="500" controls="contrlos">
  <source src="hope.mp4" type="video/mp4">
</video> 

这是我在vscode上尝试的代码,视频文件存储在我的c盘中,但我不知道为什么当我运行它时,它不起作用,并且无法播放视频。顺便说一句,我在 Chrome 中打开它。当我用谷歌搜索视频并复制 src="" 中的链接地址时,同样的问题会重复。我们想要放入html中的音频和视频文件是否需要存储在我的计算机中的特殊位置?请帮助我!我是初学者。

<video  width="500" height="500" controls="contrlos">
  <source src="hope.mp4" type="video/mp4">
</video> 

this is the code I tried on vscode, the video file is stored in my drive c, but I don't know why when I run it, it doesn't work, and I cannot play the video. by the way I open it in Chrome. and when I google a video and copy the link address in src="" the same problem repeat. does the audio and video files we want to put in html need to be stored in a special place in my computer?? plz help me! I'm beginner.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

甜中书 2025-01-18 10:43:00

此问题有 2 个解决方案:

  1. 将视频文件保存在存储 html 文件的同一文件夹中,或
  2. 写入存储视频文件的完整路径。

There are 2 solutions of this problem:

  1. Keep the video file in same folder where you have stored your html file or
  2. Wrrite the full path of the video file where you have stored.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文