AIR

LiveStreamer AIR Application

I wrote a new AIR app called LiveStreamer available now via the Adobe AIR Marketplace. This started as a simple mechanism to display a live RTMP stream from Flash Media Server to a client machine and related projection system. So… not for broadcast over the web- just sending a live stream from one physical location

LiveStreamer AIR Application Read More »

“Student Shuffler” AIR Application

The Student Shuffler AIR application is now available via Adobe AIR Marketplace. The app was built to facilitate a fair and transparent way of organizing classroom presentations whether by group or individual student. The instructor goes in before class and inputs each presenter into the application edit interface. This is saved locally to the internal

“Student Shuffler” AIR Application Read More »

VidLoop at the AIR Marketplace

There are two items to note here. Firstly, Adobe has done an awesome job updating the AIR Marketplace to be much more organized that the previous version. Very nice presentation. Second, my VidLoop AIR application has been approved and is now live at the AIR Marketplace. Very Nice! There are a lot of great apps

VidLoop at the AIR Marketplace Read More »

Quick Tip: Display Application Version in your AIR App.

Just a quick tip for those looking to somehow display the AIR application version from the descriptor file. I’ve found it very helpful in troubleshooting is users can say EXACTLY what version of the app they are running. AIR 2.5 and later: private function getAppVersion():String { var appXml:XML = NativeApplication.nativeApplication.applicationDescriptor; var ns:Namespace = appXml.namespace(); var

Quick Tip: Display Application Version in your AIR App. Read More »

AIR: File NativePath vs. URL

This would have saved me some time had I read the documentation a little better. When looking at the members of a flash.filesystem.File object, I was initially using “nativePath” to discover the location of the file on a users system.  Knowing that path formatting differs between operating systems, I had a little logic in there

AIR: File NativePath vs. URL Read More »

VidLoop Updates and a Word of Caution

I took some time today to update the VidLoop AIR application. The current version is 1.2.2.  New features include a randomize function and the integration of the AIR Update Framework.  I’ve also fixed a few small bugs. A note of importance here… I really should have integrated the update framework before my initial public build. 

VidLoop Updates and a Word of Caution Read More »