Not entirely. if you offer just flash, you create some annoyances for your users:
- It won't work on the iPhone (major reason) - On non-windows machines, it'll light up one CPU core, which means notebook mac and linux users will burn through the battery. - There's no useful right click context menu (e.g. no 'mute' in there. There is <video> tags. So, what I'm about to describe is not just 'to be more standards compatible', which is good, because 'just being more standards compatible' never made anybody do anything. Here's what you do: You encode your video BOTH to Ogg Theora AND h.264 via the MP4 container at 640x480 without streaming (so that its iPhone compatible), and then: follow the instructions at http://camendesign.com/code/video_for_everybody This gets you a nice fallback, where the <video> tag is used offering both ogg and h.264, which covers Safari, Firefox 3.5+, Opera10, and Safari iPhone, as well as flash as a fallback, which covers older versions and IE. It then falls back further, to a download link. As its all nicely bundled up, the effort to do this is minimal, and hosting your own video has always been quite an endeavour (you need to figure out how to encode and all that - that's why so many people just embed a youtube video!), so I doubt the technical difficulty of doing this is going to stop people from adding video tag powered videos to their websites. On Jul 4, 4:20 pm, Karsten Silz <[email protected]> wrote: > Hi, > > Some people thought that the upcoming HTLM 5 with standard audio and > video tags would spell the end of Flash (and Silverlight and JavaFX). > I never thought it would because these plug-ins offer much more than > just video and audio. > > However, it seems now that there will be no standard audio and video > codecs in HTML 5, which means that unless a de-facto standard emerges > somewhere down the line, Flash with H.264 video will continue to > deliver video to the browser masses. For more details, > see:http://tech.slashdot.org/story/09/07/02/184251/Browser-Vendors-Force-... > > In somewhat related news, XHTML 2 seems to have been canceled, making > HTML 5 the only new HTML version going > forward:http://tech.slashdot.org/story/09/07/03/1447237/XHTML-2-Cancelled > > --- > Karsten Silz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
