GWT 中视频元素的事件在哪里
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您“只需”稍等一下:http://gwt-code-reviews.appspot。 com/1385804/
You "just" have to wait a bit: http://gwt-code-reviews.appspot.com/1385804/