Code to obtain full screen effect in anAIR application developed by Flex:
private function onApplicationComplete():void {
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
}
Must be invoked with event applicationComplete of WindowedApplication.
To get HTML background (of a Flex component for Adobe AIR) transparent you must configure the following features:
<mx:HTML backgroundAlpha="0" paintsDefaultBackground="false"/>
DeleteHideFiles is an AIR application to erase hidden files like .DS_Store or annoyingThumbs.db.
Easy, light and based in AIR.
Features:
- Drag-and-drop to add directories
- Remember file names added
- English and Spanish version