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

  1. Avg. Rating 5.0

    Persisting application settings with a simple database-drive ...

    The easiest way to accomplish this is to work with a file embedded database: Read the settings from the database when the application loads and save them just before it closes.

  2. Avg. Rating 4.3

    Using the AIR File API to read and write custom text comment ...

    With the AIR File API it is very easy to read and write variable length data into and from binary files. The glitch is that you can't add your data in the beginning of the image file where you'd easily find it, but you have to write it at the end of the file instead.

  3. Avg. Rating 4.3

    Creating Adobe AIR game controlled with a Wii remote

    Use a third party tool to provide you with connection for reading data from the Wii remote and develop the rest of the functionality within Adobe AIR.

  4. Avg. Rating 4.0

    How to keep the application contents dimensions the same on ...

    You have to determine at run time the margin between the application window and the NativeWindow.stage dimensions. That's the space lost for the window chrome

  5. Avg. Rating 3.0

    Bridging content from different security sandboxes

    Use the provided bridging interface to expose variables or methods between the sandboxes. For communication between non-application sandboxes use the application sandbox as a proxy between them.

  6. Avg. Rating 3.0

    How to open a real modal window

    By tweaking the initial options and handling some of the nativeWindow events you can easily make any window modal.

  7. Avg. Rating 2.7

    Recursive folder listings and contents processing

    Since the AIR File API doesn't provide getting recursive file listings of a folder, you will need to write a custom recursive function to get all the files.

  • Results 1-7 of 7