Category Archives: AIR

AIR bundled in Acrobat Reader 9

A very good news for all AIR developer or for all people hesitating to use AIR for future applications. AIR is bundled in Acrobat Reader 9 (released yesterday), as Acrobat Reader is still one of the most downloaded software of Adobe [it is my assumption, I couldn’t find any stats :(] it will certainly help… Read More »

Flex 3: Now Free to All Students

That is a big news! The Flex Builder 3 Professional is now free for all students and edu customer: Adobe Flex Builder 3 Pro is available for free to all education customers. This includes all students, faculty and staff of eligible education institutions. www.flexregistration.com Wondering why you finished your study so early? 🙂 Ahmet  … Read More »

February 2008 Meeting, Adobe User Group Geneva

If you missed the news, please don’t forget that we will have our monthly meeting February the 25th at The Nomades. Notre prochaine séance AUGG se déroulera le lundi 25 février à 18h30 au Nomades (map). Au programme : – Une présentation des nouvelles fonctionnalités de Flex 3, par Thierry Bertossa – Une présentation sur… Read More »

AIR – Java and Your Desktop

The incredible advantage that Desktop application have on web application is the connection with the local computer (other application, file system, computation, …). Unfortunately the mix between AIR and desktop properties are not as far as Java or C. The most wanted functionalities are to launch native application through AIR and integration with native libraries.… Read More »

Using URLVariables()

URLVariables Class allow you to send or receive data from an URL encoded feed (with the data property of the URLRequest class). There is so two possible use: Sending parameters to a server side script Read parameters written from a server side script The use is quite simple, let’s start by building the PHP file… Read More »

JSON and AS3 URLRequest Class

A while ago, the as3corelib has been published on Google Code with a useful tool: JSON encoder and decoder. JSON (JavaScript Object Notation) is a lightweight computer data interchange format (that is intended to solve XML structure weight), that allows you to send Object (Array, Strings, Number, …) to your server scripts or to JavaScript.… Read More »

Command Prox: .NET & AIR integration

Great proof of concept released by Mike Chambers on how to create an interaction between C# / .NET and AIR application. You can have more information on the project home or from Mike’s post. Ahmet   0 Kudos Don'tmove!

Deploying Adobe AIR Applications – Badge Tutorials

The very often criticized Badge installer for AIR applications (for cause of security) have a nice tutorials explaining how to use and configure it for your own AIR applications. You can read this tutorials from the Adobe AIR Developer Center. this tutorials was done by David Tucker. Ahmet   0 Kudos Don'tmove!