vote up 0 vote down star
1

I'm curious what "features" are in Adobe AIR that makes it unique from browsers. I've heard that it has SQLlite on board, but what else makes it any different from Chrome's application mode (get the same functionality using Firefox's Prism plugin)

Is it fair to call it a browser?

flag

not programming related – Brian Apr 24 at 19:19
I'm tempted to close it based on that, but part of my question is a curiosity of why AIR is interesting to me as a programmer at all. – altCognito Apr 24 at 19:23

2 Answers

vote up 3 vote down check

AIR is technically a runtime much like Prism, and Silverlight (dunno about Chrome) for RIAs. They try to bridge the gap between the desktop applications and the browser. Browsers typically do not have disk access.

I'd suggest you go through this link.

link|flag
vote up 1 vote down

Adobe Air is sort of like having a web application run on your desktop as if it was a windows/mac application. It is the answer from Adobe to Microsoft Silverlight out of browser experience. There are some technical differences; for one you need to install a seperate piece of software before you can use it while the Silverlight one comes with the Silverlight runtime. Another difference is applications running on Adobe Air have much higher permissions on your system than Silverlight ones.

link|flag
Not to be picky, but the Silverlight Out of Browser experience is actually the answer to Adobe AIR. – Justin Niessner Apr 24 at 19:26
Doesn't Flash already run on it's own though? – altCognito Apr 24 at 19:27
And I thought Silverlight was really their (2nd) answer to flash (ActiveX being their first miserable response) – altCognito Apr 24 at 19:27
2  
Considering Flash was an ActiveX control in IE, not so miserable. – JasonTrue Apr 24 at 19:30

Your Answer

Get an OpenID
or

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