AIR

Nifty AIR App: VidLoop

Last week, I was approached by someone asking if we could build a small application that would run a series of videos in a continual loop. I told him it would be pretty simple to do this and that it would only be an afternoon’s work in AIR. So, that evening, I was able to …

Nifty AIR App: VidLoop Read More »

VPS Featured in Newsletter

The DUVAGA Projection System [VPS] has been featured in an article for the CTL Newsletter this quarter: This fall, the DUVAGA development group released a new version of the projection software which gives the user the option to use the multiple display capability in any classroom. This new version automatically detects the number of displays …

VPS Featured in Newsletter Read More »

DU Visual Media Center Weblog

I’m taking a moment to highlight the Visual Media Center at the University of Denver and the relatively new weblog maintained by its Director, Leslie Trumble. The VMC works very closely with those of us on the DU VAGA development team and most of the feedback we receive about the application originates with users from …

DU Visual Media Center Weblog Read More »

Creating a Splash Screen in AIR

A lot of desktop apps have a splash screen that brands the application while it is loading or performing other processes in the background. Adobe AIR does not have a direct mechanism for this- but the feature can be easily achieved with some nice windowing action. There are a number of steps to take when …

Creating a Splash Screen in AIR Read More »

AIR: Window vs. NativeWindow

This one threw me for a loop.  So I’ve been using the flash.display.NativeWindow class to create new windows in AIR (via Flex) since the beta releases.  Historically, this has been a pain when you want to add MXML components to the native window as addChild() does not work with the NativeWindow class unless that child …

AIR: Window vs. NativeWindow Read More »

AIR Beta 3

I skipped development on AIR Beta 2 simply because I was too busy doing other things. Now that Beta 3 is out, I’ve begun developing some modules that use such features as local storage and network monitoring. I’m very impressed so far and can see using this on a number of projects. Hopefully, resource consumption …

AIR Beta 3 Read More »

BitmapData.draw() Problem in AIR

I’m using AIR integration with Flex Builder 3 to contain and package an AS2 SWF which was originally using Screenweaver for deployment to a standalone app. The problem I’ve noticed is that I have two areas into which each are being drawn from another MC using BitmapData.draw() which work just great in Flash CS3 when …

BitmapData.draw() Problem in AIR Read More »

Aptana, Eclipse Europa, and AIR

I fist tried Eclipse as a web development IDE a little over one year ago. At the time, I had mostly just stuck with Dreamweaver for all of my general web/PHP/ColdFusion needs. I had heard that the new version of Flex Builder was being built on Eclipse and figured to give it a shot. I …

Aptana, Eclipse Europa, and AIR Read More »

Recent BETA Items of Interest

So, to delay my unavoidable participation in the initial “Flex/AIR/Flash” waterfall effect, I’ve waited till now to post anything about the massive new beta releases that have been available since last evening. Flex Builder 3: LOVE the new CSS design view. LOVE IT! I’m sure there are plenty more features of direct interest as well, …

Recent BETA Items of Interest Read More »