Two quick questions:
1) Is anyone out there using GWT to work with native HTML5 VIDEO and
AUDIO tags, and if so is that code publicly available?
2) Is there interested in a GWT library with HTML5 extensions? This
would not attempt to support non-HTML5 fallbacks (though I would
welcome others to contribute patches to do so). This would be used for
for new applications targetting HTML5 browsers.
Intial thoughts are, I want to do something like this:
Video v = new Video();
v.setSrc("/videos/video_example.mov");
v.setAutoplay(false);
v.setControls(true);
RootPanel.get().add(v);
But there are much more opportunities provided in the API for building
a rich custom viewer, handing buffering, progmatic pause, resume,
rewind, fastforward, etc.
Same goes for Audio...
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.