Adobe AIR SDK will provide you with all necessary tools to build and deploy Adobe AIR applications.
· Schema and template for the application.xml manifest file
· Default icons for Adobe AIR application
· Framework for Adobe AIR APIs
· Template for Adobe AIR application install badge
· Command line Adobe AIR Debug Launcher (ADL)
· Command-line Adobe AIR Developer Tool (ADT)
Requirements:
· Intel Pentium 1GHz or faster processor
· 512MB of RAM
What's New in This Release:
Open documents with the user's default application:
· You can open document files in the application the user has set up as the default opening application. Launching executables or script files is not permitted unless the application is packaged in a native installer. See File.openWithDefaultApplication() and Opening files with the default system application.
Microphone data access:
· You can access the sound data from a microphone directly for recording or other processing. See Microphone.sampleData and Capturing microphone sound data.
Mass storage device detection:
· You can now detect when a mass storage device, such as a USB drive or a camera, has been connected to the user's computer. See StorageVolumeInfo.
Updated WebKit version:
· WebKit in AIR is based on the version shipped with Safari 4.0.3
· Support for JavaScript profiling
· SquirrelFish Extreme JavaScript engine resulting in 50% faster performance using SunSpider tests
· CSS3 Module support (2D transformations, transi...