Archives for categorie "AIR"

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.

  • Share/Bookmark

To get HTML background (of a Flex component for Adobe AIR) transparent you must configure the following features:

<mx:HTML backgroundAlpha="0" paintsDefaultBackground="false"/>
  • Share/Bookmark

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

AIR
  • Share/Bookmark
Creative Commons License
This blog is under Creative Commons licence, unless indicated otherwise.
Special thanks to Mark James for the icon set used in this blog.