Create a Drag and Drop MP3 Player with Adobe AIR

Oct 12th in AIR by Jeremy Green
15

In this tutorial, we’ll create an AIR drag and drop mp3 player. We’ll work with the NativeDragManager class to handle the drag and drop, the NativeWindow class for the playlist, and some SQLLite to store information about our mp3 files to build a playlist.

Continue Reading

Build a Custom File Extension AIR App

Sep 4th in AIR by Jeremy Green
5

This tutorial will explain how to make your own file extensions in Adobe AIR. I’ll show you how to build a small application, save the positions of a couple movieclips within it, and reload them when the application is launched.

Follow along and see if you can come up with your own uses for Custom File Extensions..

Continue Reading

Create Your Own Adobe AIR Application with Flash

Aug 3rd in AIR by Dario Gutierrez
58

In this tutorial we’ll create a Twitter Reader application, fed from your own Twitter updates. We’ll look at some of the features of the nativeWindow class, how to sign it and make an install package.

Continue Reading