GWT 中视频元素的事件在哪里

发布于 2024-10-29 09:00:47 字数 495 浏览 1 评论 0原文

我正在尝试使用 HTML5 和“Video”元素。我想使用 GWT 实现某种简单的播放器,并且我正在寻找播放事件。更具体地说,当视频结束时。

从 GWT 文档来看,没有事件(不在 Video 或 VideoElement 中)。那么,我是否必须实现自己的计时器并检查状态(VideoElement.hasEnded)并触发我自己的事件?

我发现更接近我正在寻找的是: HTML 5 视频或音频播放列表

另外,我还发现了这个有趣的库做了一些我感兴趣的事情: http://code.google.com/p/gwt-html5-video/< /a>.

谢谢。

I'm trying to use HTML5 and the "Video" element. I'm would like to implement some kind of simple player using GWT and I'm looking for playback events. More specifically when a video has finished.

From the GWT documentation, there is no events (not in Video or VideoElement). So, do I have to implement my own timer and check the status (VideoElement.hasEnded) and fire my own event?

The closer I found to what I'm looking for is:
HTML 5 video or audio playlist

Also, I found this interesting library as well that does some of the stuff I'm interested in:
http://code.google.com/p/gwt-html5-video/.

thanks.

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

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

发布评论

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

评论(1

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