24
Apr
// php the_time('Y') ?>
AlivePDF is an open-source ActionScript 3 (Flash, Flex, AIR) PDF generation library. It allows you to generate PDF‘s on the client-side.
You can use AlivePDF with Flash, Flex and Adobe AIR applications. Some sample codes can be found here.

There also few tutorials about using it with AIR and Flex here.
Requirements: ActionScript 3
Compatibility: Flash, Flex and AIR
18
Mar
// php the_time('Y') ?>
I am, kinda, well-organised developer and try not to code similar things twice and keep my code snippets within folders to reach them whenever needed.
Today I saw Snippely, a code snippet manager built with Adobe AIR by the Mootools development team (yeah, complicated).

With a very simple interface Snippely organizes your code snippets and can highlight coding syntax for easier reading. Best of all it is open source, which Adobe AIR developers looking for a good Mootools sample may find handy to dive into the code.
Requirements: Adobe Air Runtime
8
Mar
// php the_time('Y') ?>
Adobe AIR, as it is no longer beta, will be more popular for sure.
I had collected 10 Adobe AIR -Must See- Applications in a previous post which contained really cool applications.
Klok is another great Adobe AIR application which is built for personal time tracking. Projects, sub-projects (tasks) can be defined and can be attached to a customer. You can even make a "start & stop" to calculate the time of the task you worked on and Klok automatically adds it to the timetable.

Klok's UI works with the drag'n drop logic in general. You can send the items to the trash, manage the timetable and the projects hierarchy easily with dragging and dropping the items.
Klok is a very handy and easy to use application for freelancers & other individuals who want to keep track the time of tasks and projects they are working on.
Requirements: Adobe AIR 1+
21
Dec
// php the_time('Y') ?>
Kevin Hoy is sharing 40+ Adobe AIR Beta 3 Ajax samples with us.
Samples include:
- Accessing data in the embedded SQLite database
- Updating data in the SQLite database
- Asynchronously reading text from a local file
- Creating basic custom chrome
- Connecting to the SQLite database
- Adding custom window controls to custom chrome
- Encoding a PNG using a Flash library
- Full SQLite database example (create, read, update, delete)
- Selecting a directory
- Encoding a PNG using a JavaScript encoder
- Selecting a file from the local disk
- Dragging files into an AIR application
- Applying Flash filters to HTML content
- Creating a full screen window
- Getting a list of files from the system clipboard
- Testing connectivity to an HTTP endpoint
- Save images of Yahoo! Maps to local disk as PNG
- Custom chrome example using assets from Meebo
- Selecting multiple files from disk
- Creating a new native window
- Drag complex content from AIR to native resource
- Putting files on the system clipboard
- Remembering user login with AIR encrypted local store
- Using Flash Remoting from JavaScript
- Scaling down a selected image
- Determining the dimensions of an image
- Capturing web cam images for a slideshow
- Testing connection to any socket endpoint
- Playing a sound file
- Simple stopwatch application with custom chrome
- Storing data in a SQLite database
- Synchronously reading a text file from disk
- Creating database tables in a SQLite database
- Creating a temporary file
- Dragging text from the system into an AIR application
- Extracting the EXIF thumbnail from a JPEG image
- Uploading a file in the background
- Creating a basic popup window
- Writing text content to a local file
- Reading XML data using XMLHttpRequest (XHR)