Posts Tagged ‘Adobe AIR’

Bug #1886742

Bug #1886742. This bug had been giving me nightmares for the past few months. But finally, a happy ending. Get the new and shiny AIR 1.5.2 here.

Adobe AIR and Multi-touch

Last month we saw a post on Adobe’s INSPIRE magazine regarding the future of multi-touch input. Rich Tretola, has posted on InsideRIA, a video of Andrew Trice, demonstrating multi-touch functionality in AIR. As Andrew explains in the video, AIR natively does not support multi-touch input as of now (version 1.5). Andrew explains that this demo [...]

Programmatically Enable/Disable AIR Autoupdate from an AIR Application

Adobe AIR has an amazing Automatic Updates Checker built in.  But Adobe hasn’t provided any controls to enable/disable this feature, though its enabled by default. Adobe provides an AIR application called the Settings Manager to handle this. This can also be done programmatically.
Download [download id="1"].

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
layout="horizontal" height="100" width="600"
verticalAlign="middle" fontFamily="Georgia" color="#000000"
backgroundGradientAlphas="[1.0, [...]


Creative Commons License