如何制作 .mov“点击观看”这样就不会立即下载?
在我的网站上,我有一个嵌入式视频 (.mov),当用户打开页面时,该视频会立即打开并开始播放。我想通过制作第一帧的图像来使该网站更易于使用,用户可以单击该图像来开始视频。在 HTML/javascript 中执行此操作的最佳方法是什么?
On my website, I have an embedded video (.mov) which opens and begins to play immediately when the user opens the page. I would like to make the site easier to use by making an image of the first frame which users can click on to begin the video. What's the best way to do this in HTML/javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查自动启动是否为 false
check autostart is false
我这样做的方法是创建一个 javascript 函数,该函数在单击时更新innerHTML 行,如下所示:
The way I did this was to make a javascript function which updated the innerHTML line when clicked, like this: