Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Adobe AIR
AIR is intended to be a versatile runtime environment that allows existing Flash, Actionscript, or HTML and JavaScript code to be used to construct Internet-based applications that have many of the characteristics of more traditional desktop-like programs. Adobe positions it as a browser-less runtime for Rich Internet Applications (RIAs) that can be deployed onto the desktop, rather than a fully-fledged application framework. Either deployment paradigm provides both advantages and disadvantages. A RIA deployed in a browser does not require installation, for example, while one deployed with AIR requires the application be packaged, digitally signed, and installed on the user's local file system. This provides access to local storage and file systems, while browser-deployed applications are more limited in where and how data can be accessed and stored. RIAs store users' data on their own servers in most cases, but the ability to consume and work with data on a user's local file system allows for greater flexibility.