Hi Joseph, GWT support for HTML 5 is definitely something the team is looking at for an upcoming release. Until then, you can always use an HTMLPanel to contain the <video> tag and manage its use in your GWT code. That said, you'll have to look up online documentation about the HTML 5 spec and the <video> tag to learn how to use it effectively (for example, see link below). Also, support for the <video> tag in most browsers is still experimental, so you're likely to run into some issues get it up and running in a full-blown application until stable releases including HTML 5 support are available.
<video> tag usage: http://www.w3schools.com/tags/html5_video.asp Hope that helps, -Sumit Chandel On Thu, Jul 23, 2009 at 10:12 AM, Joseph Arceneaux <[email protected]>wrote: > Well, that really wasn't my question, but these issues would seem to throw > some cold water on the use of <video>... > > > On Sat, Jul 18, 2009 at 6:36 AM, twdarkflame <[email protected]> wrote: > >> >> meh, we should all just use Ogg and let the rest catch up. >> Dailymotion and Wikipedia are big enough supporters for me. >> >> On Jul 16, 6:55 am, Ivan Ooi <[email protected]> wrote: >> > http://www.infoq.com/news/2009/07/HTML-5-Video-Codec >> > Parties Fail to Agree on the HTML 5 Video >> > Codec<http://www.infoq.com/news/2009/07/HTML-5-Video-Codec> >> > CommunityArchitecture <http://www.infoq.com/architecture>Topics >> > Specifications <http://www.infoq.com/Specifications> >> > >> > Ian Hickson, the editor of the HTML 5 Specification, has recently >> removed >> > the required codecs from the video and audio tags of the respective >> draft >> > standard citing difficulties in reaching consensus among major companies >> > involved in distributing video and audio content on the web. >> > >> > - By * Abel Avram <http://www.infoq.com/author/Abel-Avram> * on Jul >> 15 >> > - Discuss <http://www.infoq.com/news/2009/07/HTML-5-Video-Codec> >> > >> > On Thu, Jul 16, 2009 at 2:10 AM, Joseph Arceneaux >> > <[email protected]>wrote: >> > >> > >> > >> > > Greetings, >> > > anyone know of any tutorials, code, or other information for using the >> > > <video> tag with GWT? >> > >> > > Even a simple explanation of the <video> API would be helpful. >> > >> > > Thanks, >> > > Joe >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
