Fading Coder

One Final Commit for the Last Sprint

Adding and Deleting Files Inside AIR's ApplicationDirectory

Adobe AIR exposes five static refreences that point to common filesystem locations: File.userDirectory File.documentsDirectory File.desktopDirectory File.applicationStorageDirectory File.applicationDirectory Content stored under File.applicationDirectory is protected by the runtime sandbox and is re...

Retrieving Flash Player Information Using the Capabilities Class in ActionScript 3

The flash.system.Capabilities class in ActionScript 3 offers static read-only properties to describe the system and runtime environment of an application, such as Flash Player, Adobe AIR, or Flash Lite. By accessing these properties, developers can determine client-side information and customize con...