Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Tutorials for skinning Spark ButtonBar component with an ico ...

    Implementation, which includes the ButtonBar tag pointing to our VerticalButtonBarSkin skin and a click event once the user selected an item. Notice that we define the data we will be passing to the skin, which includes the label text and the icon we will be using to create the button bar image icon ...

  2. Avg. Rating 4.7

    AIR SQLite Manager API allow using multiple tables, transact ...

    SQLiteManager does just that and allows you to set the database settings and then access the manager from anywhere in your application. It makes the process simpler and integrates very well with micro architecture frameworks.

  3. Avg. Rating 4.5

    Launching and Interacting with Native Processes AIR 2.0

    The application below opens up a text file: foobar.txt using the MacOS TextEdit text editor.

  4. Avg. Rating 3.0

    SimpleAudioRecorder - Microphone Access API AIR 2.0

    The following application lets you record from any microphone connected. While you record the audio you can see a bar that shows the volume of your voice as a graphic. Once you complete recording, you can playback see the a visualization of your recording and save it as a Wave file.

  5. Not yet rated

    Retrieve user's Network Information AIR 2.0

    Create an example of displaying the user’s available networks

  6. Not yet rated

    Retrieving DNS records AIR 2.0

    Take a look at the app example, which performs DNS and reverse DNS lookup.

  7. Not yet rated

    Recipe for using the File promises API AIR 2.0

    Application below allows dragging of items from a list into the user’s local machine and then the copying of the files.

  8. Not yet rated

    Open file with Default Application AIR 2.0

    An AIR application that you can browse for a supported file, and watch how the registered application opens the file.

  9. Not yet rated

    Mass Storage Device Detection AIR 2.0

    The following application will display the existing storage devices available as well as add and remove mass storage devices in case you add a new device or remove a device such as a USB key.

  10. Not yet rated

    Test Multi-touch functionality in AIR 2.0 and Flash Player 1 ...

    We first switch between the different options and than we listen to the gesture events which will fire and display the gesture information in the console.