Not finding what you are looking for? Request a recipe!
Use the File I/O API to save the requested asset to the application's store and read that file on subsequent requests.
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.
The solution is to use the ByteArray methods readObject and writeObject, as well as the [RemoteClass] metadata for any classes that will be stored.
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.