AIR Lesestoff

Zwei interessante Artikel zu AIR habe ich heute gefunden:

Setting Up an AIR Application with File Associations

With AIR you can associate any file type with your AIR applications. This means, when opened, an associated file will open itself in your AIR application. This greatly streamlines your ability to work with external files when using them with AIR applications. This tutorial shows you how that can be done.

und Using the encrypted local store feature

For most developers, security is a prime concern when developing web applications: Password fields, SSL connections, and likely additional measures on the server. What happens when you’re developing a desktop application for Adobe AIR where there is no server? With features like file IO, you could clearly store sensitive information on disk, but you don’t want to use plain text. This article explores the encrypted local store feature in Adobe AIR to help you protect your users’ data.

Possibly related posts (automatically generated)