Tutorials – AIR
By Rich Tretola | September 27, 2007
5,619 views
These tutorials will help you get started with Adobe AIR
Your first AIR Application
Creating your first AIR Application with Flex Builder 3 – This tutorial will take you through building your first AIR application using Flex Builder 3 from creation through deployment.
Interacting with the File System
Write your first file to the file system using AIR – This tutorial shows you a very basic example of how to write a file to the file system. FileSystem Components – The FileSystem components are a new set of components specific to AIR which allow for easy access for browsing the file system. The example below defines the 4 files system components and points them to the systems desktop. File and FileStream within AIR – This is a more advanced example of how to interact with the file system. This example demonstrates how to read and write to the local file system. Create Images with AIR and JPEGEncoder – Here is a very basic example that takes a picture of itself and saves it to disk using the JPEGEncoder class. Simple Drag and Drop into AIR – This sample shows how to drag a file from the desktop and drop it into an AIR application.The AIR HTML Control
HTML Control – The mx:HTML control is something that is unique to AIR and is very easy to integrate into your application. This example will demonstrate how to use the location and htmlText properties of the HTML control.Bridging between ActionScript and JavaScript
AIR ActionScript / JavaScript Bridge – Bridging between JavaScript and ActionScript is very easy with AIR. The following tutorial will show how to call JavaScript functions from ActionScript and vice-versa.Using LocalConnection from AIR to the Browser
More fun with AIR LocalConnection (Source Included)This sample has 2 components. The AIR portion and the Flex web portion. It allows you to drag and image into the AIR application and send it to the browser based Flex application via LocalConnection.SQLite
Using Encrypted SQLite Database AIR 1.5 (Source Included)This sample demonstrates how to create and open an encrypted SQLite database within the AIR 1.5 runtime.


![[image]](http://mowser.com/img?url=http%3A%2F%2Fassets.max.adobe.com%2Fimages%2FMAX09_D125x125.jpg)



