视频播放完毕后如何加载网页
我有一个占据窗口的图像,它是视频剪辑的第一帧,并且有一个网站的“输入”按钮。当您单击“输入”时,它会播放视频,然后需要加载主页。
我尝试过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找的事件是
onend
,而不是
onend
。I believe the event you're looking for is
onended
, notonend
.