- Impact
- 6
Sorry but it's another flash vs ajax thread.
I’m working on a project where I want the admin panel to be as user friendly as possible. What I need from my application are features such as instant form validation, rich UI also I need it to be flexible and easy to update.
So it came down to using flash or ajax. With all the hype of ajax lately I've been so close to just jumping on the band wagon and diving into using an ajax framework or coding my own javascript functions. My application is already using some javascript so it would fit in nicely.
However I consider myself a better flash/action scripter than at javascript so thought I better try to compare the two.
I was quite stunned. Everything seemed to be in favour of Flash.
Flash is accessible on more than 90% of machines, using the flash player there are no browser compatibility issues. This is debatable but i know IE and mozilla read javascript code differently which does cause problems. Along with CSS issues etc.
I decided to compare some flash apps with ajax apps. Take a look at http://maps.google.com/ vs http://maps.yahoo.com/. I find yahoo's flash version much easier and richer.
Flash applications are really quick to build with only two programming languages to learn. Actionscript and php, which are fairly similar to each other. Take a look at ajax. You need to combine a lot of languages that are totally different from each other.
My application needs to be in the backend of a website so there is no need to be search engine friendly. Although flash pages can get indexed now. Example can be seen here.
So what should I use?
I’m working on a project where I want the admin panel to be as user friendly as possible. What I need from my application are features such as instant form validation, rich UI also I need it to be flexible and easy to update.
So it came down to using flash or ajax. With all the hype of ajax lately I've been so close to just jumping on the band wagon and diving into using an ajax framework or coding my own javascript functions. My application is already using some javascript so it would fit in nicely.
However I consider myself a better flash/action scripter than at javascript so thought I better try to compare the two.
I was quite stunned. Everything seemed to be in favour of Flash.
Flash is accessible on more than 90% of machines, using the flash player there are no browser compatibility issues. This is debatable but i know IE and mozilla read javascript code differently which does cause problems. Along with CSS issues etc.
I decided to compare some flash apps with ajax apps. Take a look at http://maps.google.com/ vs http://maps.yahoo.com/. I find yahoo's flash version much easier and richer.
Flash applications are really quick to build with only two programming languages to learn. Actionscript and php, which are fairly similar to each other. Take a look at ajax. You need to combine a lot of languages that are totally different from each other.
My application needs to be in the backend of a website so there is no need to be search engine friendly. Although flash pages can get indexed now. Example can be seen here.
So what should I use?







