我们应该如何链接 html 文件上的视频和音频?
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此问题有 2 个解决方案:
There are 2 solutions of this problem: