Posted by: Yogesh Puri on: August 18, 2008
The AIR SDK provides the following command-line tools:
AMXMLC : AMXMLC is a simple wrapper for the MXMLC Flex compiler, which links in the appropriate AIR-specific libraries.
Usage is the same as it is in flex compiler MXMLC:
amxmlc main.mxml
This shell script is included in the bin directory of the AIR SDK directory.
The first argument passed to the [...]
Posted by: Yogesh Puri on: August 7, 2008
Rich Internet applications (RIAs) are web applications that have the features and functionality of traditional desktop applications. RIAs typically transfer the processing necessary for the user interface to the web client but keep the bulk of the data (i.e. the state of the program, the data, etc.) back on the application server.
RIAs typically do the [...]
Posted by: Yogesh Puri on: July 30, 2008
This is an exciting feature when you are developing an application for AIR platform. The feature supports AIR application to store encrypted data onto local hard disk. The encryption used is of 128 bit. Here is more information on the class.
The EncryptedLocalStore class provides methods for setting and getting objects in the encrypted local data [...]
Recent Comments