I have read a few articles, I can't see why one would use html5 instead of flash so any few examples which could show the advantages ?
feedback
|
|
HTML5 isn't one big blob that, taken as a whole, obsoletes Flash. It's lots of independent developments that browser vendors have been working on, some of which will allow native-HTML browsers to do things that have previously been limited to plugins such as Flash.
There are also features which browser vendors are implementing that are not actually part of HTML5, but which are seen as part of the same future-browser platform. For example:
and so on. Does all this, taken together, obsolete Flash? No. Not even when most deployed browsers support it all (and that'll be a long time yet). But it doesn't leave very much that only Flash can do. IMO: in the future Flash will remain popular for drawn animation (thanks to its authoring environment) and games. But in five years it will no longer be what it is today: an essential, integral part of the web. | |||||||||||
feedback
|
|
HTML5-based pages will work on the iPhone and IPad. Flash will not. Right now, Flash is supported more broadly that HTML5 except on Apple's mobile platform. HTML5 support is rapidly becoming ubiquitous so it is certainly a reasonable choice even for non-mobile focused sites. If you choose HTML5, you may want to implement graceful fall back for clients that do not implement any or all of the HTML5 features you use. | |||||||||||||||
feedback
|
|
The biggest draw is that you can do things in the browser without any plug-ins that you used to have Flash to play. This means browsers, OS's, and devices with poor (or no) Flash support can suddenly have a richer media environment. | |||
|
feedback
|
|
The biggest use case for HTML5 over Flash in my books is avoiding the whole vendor lock-in problem. If you use Flash you're at the mercy of Adobe and Adobe's licensing policies, etc. They may be sane now, but they may also change from under your feet tomorrow. (Ask iPod/iPhone/iPad developers what that feels like!) HTML5 is a standard and as long as you adhere to it you're not beholden to a single vendor for your livelihood (in theory). | |||
|
feedback
|
|
html5 provides the video tag, which if combined with an opensource licensed codec allows any user with a modern browser to watch the video, even if their platform doesn't support flash. | |||||||||||
feedback
|