视频播放完毕后如何加载网页

发布于 2024-09-11 08:36:39 字数 262 浏览 3 评论 0原文

我有一个占据窗口的图像,它是视频剪辑的第一帧,并且有一个网站的“输入”按钮。当您单击“输入”时,它会播放视频,然后需要加载主页。

我尝试过 HTML5 的视频标签和“onend”方法,但没有成功。 我尝试过大约 5 种不同的开源视频播放器,没有一个具有可编写脚本的“onEnd”方法。 我尝试将“超时”功能设​​置为等于视频的时间......但没有成功。

我通常会在 Flash 中完成,但它必须在 iPad 上播放。

任何帮助将不胜感激。

贾斯

I have an image that takes up the window, is the first frame of a video clip and has an "enter" button for the website. When you click "enter" it plays the video and then needs to load the home page.

I have tried HTML5's video tag and the 'onend' method, but no luck.
I have tried about 5 different open-source video players-none have scriptable 'onEnd' methods.
I have tried setting a "timeout" function equal to the time of the video...no luck.

I normally would do it in Flash, but it has to play on the iPad.

Any help would be greatly appreciated.

Jase

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

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

发布评论

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

评论(1

狠疯拽 2024-09-18 08:36:39

我相信您正在寻找的事件是 onend,而不是onend

I believe the event you're looking for is onended, not onend.

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