开发者

Where are the events for the video element in GWT

开发者 https://www.devze.com 2023-02-20 16:12 出处:网络
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 vide

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

精彩评论

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

关注公众号