I have to write a web application for a client soon. Looking at the specs, there is no reason why the project couldn't be an HTML5/CSS/Javascript project, but the client is arguing that it has to be Flash.

The project has a number of dynamic elements and is web-based. It'll only be used in-house by a small number of people and all of those people use either Google Chrome or Safari 4. They are all pretty tech-savvy to boot.

My question is this: what are some of the reasons (preferably technical since this is Stack Overflow) I can present to my client as to why HTML5 is better than Flash (that's assuming I'm right and it is in this case)?

Is it OK to use HTML5 even though it's still a draft spec (I'm assuming it is after checking out all those Apple HTML5 demos a few days ago)?

Also, would a hybrid approach be preferable for now? Something that uses Flash wherever the canvas object would've been used in the HTML5 approach and that conforms to a normal XHTML approach.

Help!

link|improve this question

What will the web application have to do exactly? The range could go from an accounting application to, say, image editing or Movie production. You'll need to give at least a hint in regards to the nature of the project to get useful answers, I think. – Pekka Jun 7 '10 at 15:35
@Pekka It's a video library system. The videos are MP4s. They are stored on a server. The in-house system allows the client to tag the videos, add some pop-ups to the videos YouTube-style (which are just stored in a flat-file XML structure), and adjust things that are stored in the database or XML files. They can upload maps, add points and tons of other things (PDFs, images, etc) to associate with the video that can be accessed on the front-end. The front-end is a Flash 9 application that is accessed by about 5000 users a day and needs to stay compatible with IE, Firefox, et al. – lewiguez Jun 7 '10 at 15:53
2  
Note that these Apple demo's barely use any HTML5, though. See <0xdeadbeef.com/weblog/2010/06/intellectual-honesty-and-html5/…;. – Ms2ger Jun 7 '10 at 17:17
feedback

closed as not constructive by random, BoltClock Mar 7 at 4:03

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

9 Answers

up vote 4 down vote accepted

As you've limited the scope of the problem to two browsers that both support HTML5 quite well, performance would be my first concern. Flash does some things better than Canvas (et al) manage (and yes, it falls short in a lot of other places) but if all the users are webkit-based (which Crome and Safari both are), HTML5 should fly along.

Just going back to spec support, you do need to make sure you respect that each browser might implement things in different ways for now.

I certainly wouldn't suggest going with a hybrid solution. If you're in a controlled environment, where you can control the presence of Flash or a HTML5 browser, you'd really just be wasting time by reimplementing in the other tech.

But some of the core benefits of HTML5 over Flash:

  • Better video performance on low end systems
  • Much cheaper to maintain as you won't need Flash licenses (unless you're building this with the new Flash HTML5 exporter - is that even out yet?)
  • Support for iPhone and other platforms with no or broken Flash support

But if you need proper streaming video or webcam broadcast support, Flash is probably your best bet for the near future. HTML5 doesn't have a fix for everything.

If there's even the smallest chance that an old browser (IE6 or even 7 or Firefox 2) is going to use the system -- and you have to be honest with your client and yourself -- you have to hold off and stick with the lowest common denominator.

link|improve this answer
Good point about the licenses - Adobe keeps releasing new versions of CS, so keeping up is expensive. – JBRWilkinson Jun 7 '10 at 16:48
HTML5 does not have video performance, browser media players have, and have for some time before HTML5. Streaming video or webcam broadcast support is also not an issue without Flash. – reisio Jun 7 '10 at 22:02
@reisio what cross-platform alternatives are there to something like RTMPT tunnelled streaming? Or are you suggesting Java? One step sideways and two steps back. – Oli Jun 7 '10 at 22:33
@Oli: you never witnessed streaming media before Flash existed? I'd venture to say most radio stations with an online presence are still using technology that predated Flash. As for "cross-platform" (Windows vs Mac OS), their preinstalled browser plugins have virtually always had an overlap in supported formats (which isn't even strictly necessary). – reisio Jun 7 '10 at 22:52
@reisio: Of course I have but let's step through each of the old guard: Windows Media needed a WM install, not cross platform. Real Media like WM needed RealPlayer. Quicktime, guess what, needs Quicktime Player. All of these require a plugin that isn't standard on some platform or other. Each [probably] has a a lower install base. Why on earth would you suggest switching to one of those? As I said, one step sideways, two steps back. If you can name a streaming platform as good as Flash and with a similar install base, I'll shut my row up. – Oli Jun 8 '10 at 8:13
show 5 more comments
feedback

Non-technically: I would go with Flash, unless there's a reason not to use Flash that you will actually convince your client. If they have their mind set to Flash, and you use HTML5 after all, chances are that most if not all problems will be attributed to your using HTML5. It doesn't matter if the problem has nothing to do with HTML5, or if the problem would also occur in Flash, it's a mind set your client may have or get, that you risk bumping into. I've seen it happen a few times myself, and usually I end up wishing that I had taken the approach the client prefers, even if the product is as good (or better) as it would've been using the clients preference. Of course, again: if Flash doesn't suffice, there's no argument, but that doesn't seem to be an issue here.

Besides, Flash currently enjoys much wider browser support. If the deadline is in the near future, it'll be a difficult choice of taking away so many browsers that don't support HTML5.

link|improve this answer
+1 for words of wisdom. If you beat your client over the head to let you use HTML5 (which your client is obviously not comfortable with) instead of Flash, which he prefers, then the minute anything goes wrong it's your fault. It sounds like there's no good reason to use HTML5 other than your preconceived notion that it's a "better solution," which is putting the cart before the horse anyway. Flash will do everything your client wants and will be compatible if someone needs to view it in an older browser for any reason. THAT'S what you should focus on. – Myk Jun 9 '10 at 17:51
feedback

There's the old tune that Flash is inaccessible. You might think "whatever; this is only used in-house" but in my opinion it makes accessibility more relevant; building an inaccessible web site means you don't cater customers with disabilities - bad for business; your choice - while deliberately building your in-house tools like this could be argued as impeding employment opportunities for people with disabilities.

On a public site, accessibility is important because it results in higher visibility; on an internal site accessibility covers your a** in the event that all those accessibility initiatives crack out the big guns :P

link|improve this answer
1  
You can make Flash accessible. It's not without work but neither is making HTML accessible. See webaim.org – Oli Jun 7 '10 at 16:04
feedback

You mentioned a key point in the beginning of your question:

but the client is arguing that it has to be Flash.

The client is always right ;)

Are you sure that this application will be limited to this core set of users? It will never expand to anybody else that doesn't have an HTML5 compatible browser installed?

I can't exactly argue in favor of HTML5 since I'm not entirely familiar with it. Since you say that the requirements fall within the domain of HTML5 you can argue that you can develop it in an open standard.

If you think your client is malleable enough to accept this, then go for it....it may not be worth the hassle to simply make it in Flash though!

link|improve this answer
feedback

If you really wanted to make a pitch, I would say this: will the front-end always be flash, or does it seem like something that would some day be converted to HTML5. The conditions you describe would be a perfect way of having a low risk way of getting your (and your client's) feet wet with the technology. If that isn't really on the horizon at all, then it's probably not worth the risk. Flash is a known, HTML5 is not. There is already an existing body of flash in the front-end.

As for the HTML5 pro/con thing, I think the argument really comes down to one of two things - reach (devices that flash can't go) and the future (will HTML5 become the dominant method of have rich web experiences). Personally, I think that HTML5 will likely fill a lot of areas that flash currently occupies in the near future and is a good bet for the long run, but flash is much safer right now.

link|improve this answer
feedback

Since this is going to be a video application, I would suggest a HTML5 solution with a Flash video for fallback. Since your target is Safari and Chrome, you probably only want to encode in H.264 (sigh), and then you can throw in a Flash video player for those platforms that do not support HTML5 H.264 video. You don't need to encode the video in 2 different formats to support both HTML5 video and Adobe Flash video, since Adobe also support MP4 H.264.

So, just tell your customer you will do both, Flash and HTML5 with the appropriate technology on a platform auto-executed. I think that's a nice sales pitch.

(I would always want to go for open codecs, but in your situation it really doesn't seem appropriate).

link|improve this answer
feedback

Do you need Linux support? The Flash player for Linux is horrible. It's very slow, even on very fast computers.

Also, I think the 64 bits player for Flash is still is alpha after all these year.

link|improve this answer
feedback

On one project for me, it came down to embed-ability. Creating a snippet of embed code for people to share content on their own sites/blogs was a major factor of choosing Flash over HTML5. Sure you could do an iFrame, but this was an interactive graphic and we had to decide to do it in either Flash or <canvas>, in the end, we chose Flash. When IE and SVG support increases some more, hopefully this won't always be the case.

link|improve this answer
feedback

Despite a lot of propaganda saying otherwise, HTML5 and Flash are not equivalents — they do not do the same job.

Furthermore HTML5 does not add anything to HTML that we didn't already have, it is merely a cleanup (or corruption, depending on your interpretation).

That said, Flash is not needed to accomplish any particular feat — it has never been needed.

Clients should not ever dictate how a particular feature is implemented, only what it should do — the implementation should always be up to the developer. You should, of course know why not using Flash is better than using Flash, but you should not have to explain this to a client, ever.

link|improve this answer
3  
'HTML5 does not add anything to HTML that we didn't already have' is NOT true. 'Flash ... has never been needed' is also not true. And finally, 'Clients should not ever dictate how.. ' is incorrect! 3 strikes~~ – Scott Evernden Jun 9 '10 at 0:47
3  
It must be nice to live in a world where all of your statements here are true, reisio, but that world looks nothing like the world I live in. If a client wants flash, they want flash. You can't just say "Nah, you can't ask for that." They'll hire someone else. And, there are, have been and will be things that flash can do that HTML/JS can't. That's just true. Show me a DRM-protected video stream. Show me byte-level file-format manipulation. You're a bit out of your element here. – Myk Jun 9 '10 at 17:53
3  
That's patently false - but I suppose we're all welcome to our own biases. You're spreading misinformation, though. – Myk Jun 10 '10 at 13:56
4  
@reisio: this is just utter bull****. Please see tankionline.com/en aviary.com/tools sliderocket.com/product ... I could carry on, but comments are restricted to 600 chars. You cannot create such apps in pure JS & HTML4-. You quite obviously have no overview or knowledge about what is possible outside of your little world. So far all you said is just wrong, except for the very first sentence. I'm too tired of arguing with ignorant people such as you, to go into detail, but in the end, it's your problem, not mine. Just keep your misinformation for your self next time. – back2dos Jun 28 '10 at 22:03
1  
Thank you for pointing me to tons of JS apps, that 1. use canvas (thus cannot be created in "pure JS & HTML4-"), 2. are in NO way a match for the apps I linked. I heartly suggest you to actually care to look at what other people try to show you. That is all I have to say on the subject. I wish you luck in your future endeavours. You'll need it. – back2dos Jun 29 '10 at 10:42
show 5 more comments
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.