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

  1. Avg. Rating 5.0

    Cache Assets for Offline Use with JavaScript

    Use the File I/O API to save the requested asset to the application's store and read that file on subsequent requests.

  2. Avg. Rating 5.0

    Communicate Using a Socket with JavaScript

    Use the Socket class in the AIR API to send binary or text data to the server and register for events that will alert you to incoming data from the server.

  3. Avg. Rating 4.7

    Storing ActionScript Objects in the Encrypted Local Store

    The solution is to use the ByteArray methods readObject and writeObject, as well as the [RemoteClass] metadata for any classes that will be stored.

  4. Avg. Rating 4.5

    Dragging and Dropping Items in HTML

    By using Adobe AIR's Drag and Drop implementation in JavaScript, developers can react to drag and drop operations that occur on HTML DOM objects.

  • Results 1-4 of 4