Logical Or Assignment Bug in ASC2
So, here’s something to keep an eye on if switching to AIR 3.8 (or 3.7 with the ASC2 compiler). Last week at work we decided to finally make the jump from AIR 3.5 to AIR 3.8; something I was pretty excited about and had been looking forward to for awhile. After applying the update, though, […]
Kinect Application Running in Dublin
So, on Friday I just wrapped up our latest project at vStream Digital Media, a Kinect powered flipbook that lets users flip through the hand written notebooks of Philip Lynott of Thin Lizzy. The app uses OpenNI, runs in Adobe AIR and is currently on display at a pretty bitchin’ Phil Lynott exhibition running in […]
On the Rebound
I am rather pleased and excited to say that I have just completed my first AIR for Android game. Now, I will be the first to admit, it may not be the most exciting game in the world, but it is exactly the type of game I would enjoy (and have enjoyed) playing on the […]
Update to Website Generation Tool
For those unfamiliar with the AIR Website Generation Tool with the god awful name of Site GeneratAIR (still no good suggestions), check out this old post. Whether familiar with it or not, it has now been updated to version 2.2. New in the latest release: Fixed a minor bug that made the dragged/dropped icons gargantuan […]
FIS Athlone && Warbler Update
Well, my wife’s first installation gallery exhibit came to an official close today. She had a great, albeit stressful, time and the response from the general gallery going public were fantastic. I can now officially say that I’m married to an artist. Can’t wait for the next exhibit. In other news, just updated […]
Last.FM + Twitter = Warbler
Well, since all my friends did it, I finally jumped off the bridge and started using Twitter. Still not entirely sure what the real point is. Seems it has some good intentions – 0-day news, updates, notifications, etc. But mainly it seems a way of finding out when complete strangers are stuck in traffic, taking […]
CSS Background-Color && Flash TextFields
So, the other day I needed to add a background color to a TextField in Flash. I don’t mean a rectangular area of color such as the backgroundColor property of a TextField would produce, but irregularly sized rectangles that varied by the width of each line of text in the dynamic TextField. Basically, I needed […]
OBO fPlayer (desktop AIR flv player) updated
For anyone interested, I just updated one of my more useful AIR applications – a desktop flv player – to AIR 1.5. No, it doesn’t do any crazy 3d flips or anything, it just, you know, works and stuff. For those wondering what I’m talking about, fPlayer is just a simple .flv player that is […]
Website Generation Tool Take II
Many moons ago I posted an AIR tool that would allow a user to drag a .swf file into a target area and have it spit out all the javascript, html, etc into a designated output directory. I’m not sure if anyone other than I ever used the thing, but I actually use it constantly […]
Essential AIR & FITC
So much going on all at once as this year draws to a close… The Essential Guide to Flash CS4 AIR Development is now in stock at Amazon! I worked as Technical Reviewer on this thing and can say in all honesty, this is a very good book from Marco Casario, et al. For those […]
Two Flash Website Generation Tools
For those of you who regularly use swfobject, expressInstall, and swffit (formerly “fitflash”) for your Flash websites/applications, I just developed a couple tools that will make you love me. The first is just a simple html template that can be used with Flash. Download the template here and extract the html file to your HTML directory (on […]
AIR Cookbook Beta hits the Cyberstreets
Check out the new AIR Cookbook online at the Adobe site here. My entry on implementing a “Recent Items” menu can be seen here, but don’t worry, there’s some good stuff there as well. Back underway (navy speak for going back to sea) tomorrow for a couple weeks. Not particularly looking forward to it, but […]
Asdoc GUI and CommandProxy
This is something I’ve been wanting to do for quite some time. Many moons ago, I created a simple GUI for asdoc.exe (the tool that creates nice looking HTML documentation from actionscript class files for those wondering – though I can’t imagine anyone reading this and not knowing) using SWFKit. Well, it was about the same […]
Adobe Gone Wild
Wow – what a busy day for Adobe. AIR 1.0 and Flex 3.0 final versions finally released today. Rather an odd thing as it seems I’ve been doing AIR projects for ages. One wonderful thing I noticed right away: after installing the Adobe AIR runtime file (short for Adobe Adobe Integrated Runtime runtime – redundancy aplenty in that […]
ImageInfo Desktop AIR Application
Inspired by a forum post over at CreativeIreland, I thought I’d sit down and create a simple AIR application that could read the metadata contained in image files. Unfortunately, reading image metadata turned out to be not as simple as I had hoped. Thankfully, my friend Google turned me on to the wonderful and lightweight […]
Updates to fPlayer
Well, it was just brought to my attention that the youtube video downloader feature of my AIR .flv player, fPlayer, was broken. Doing a 2 minute Google search made it clear that Youtube had, once again, changed the obfuscation algorithm that hides their actual video files. Doing another Google search (about a half hour this time) showed […]