Live data from Hacker News

Flash or Ajax?

news.ycombinator.com

1–4 of 4 posts

Flash or Ajax?

#1
Hi. I was wondering which of the two you would prefer to use to display photos, Flash or Ajax (javascript). And any cons and pros of each?

Re: Flash or Ajax?

#2
I've never used Flash extensively so I'm not sure of the exact pros and cons of each, but as a user, I will go out of my way to avoid sites that use Flash. Javascript can display photos just fine, and doesn't slow down my entire computer.

Re: Flash or Ajax?

#3
"Graceful degradation" is pretty important, and there is no way to even display Flash if a user doesn't have a player. Whereas, it is at least possible to do fancy things with AJAX that can be dumbed-down for clients that do not support JavaScript.