开发者

Where are the events for the video element in GWT

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.


You "just" have to wait a bit: http://gwt-code-reviews.appspot.com/1385804/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜