Archive for the 'Air' Category
Sunday, October 3rd, 2010
The whole Flash community has been jumping for joy ever since Apple revised their controversial App Store License Agreement in early September this year. Apps created with Adobe’s “iPhone Packager” are not longer banned from the App Store, and Adobe started working on the product again. Section 3.3.1 now merely forbids the use of private [...]
Posted in Air, SWF | 7 Comments »
Thursday, September 30th, 2010
Here’s a little demo of a Flex 4 component i wrote that displays a Flash IDE-like timeline for any SWF you load into it. The timeline data is reconstructed by as3swf (i discuss how that works in a previous blog post, SWF Timeline Reconstruction with as3swf). The timeline is not interactive in this demo, and [...]
Posted in Air, AS3, Flash, Flex 4, SWF, WebDev | 4 Comments »
Saturday, September 25th, 2010
I’ve been quite busy lately on both client and personal projects (can’t talk about the former, other than it being a big ass Flex 4 enterprise application i’ve been working on for the fine folks at Powerflasher; and it’s too early to talk about the latter.. stay tuned). In the last few weeks i silently [...]
Posted in Air, AS3, Flash, SWF, WebDev | 2 Comments »
Monday, November 19th, 2007
In case you were wondering what i have been working on in the last few months (and what will keep me busy in the coming months).. AUPEO! is a brand new platform that combines music and community – online, offline, on the road, on the web, on your desktop, on your devices. I can’t tell [...]
Posted in Air, Misc, WebDev | 6 Comments »
Saturday, October 20th, 2007
I need a custom installer for an AIR application i’m currently developing. That’s because my AIR app needs additional functionality that the AIR runtime doesn’t provide (specifically: detecting USB storage devices, act as a TCP socket server, talk to Last.fm scrobbler plugins). For that purpose i wrote a local RPC socket server gateway in C [...]
Posted in Air, AS3, Flash, Flex 2, WebDev | 4 Comments »
Monday, October 8th, 2007
FZip has been around for some time now, and people seem to like it. However one feature has been asked for repeatedly: In addition to reading ZIP archive, people want to be able to create new (and modify existing) archives. So i finally sat down this weekend and added that. The code is not tested [...]
Posted in Air, AS3, Flash, Flex 2, WebDev | 25 Comments »
Thursday, October 4th, 2007
Just a quick FYI: FZip and AIRRemoteUpdater upgrades for AIR Beta 2 are now available for download. FZip now uses ByteArray.uncompress(CompressionAlgorithm.DEFLATE) instead of the now deprecated ByteArray.inflate(). I also tweaked FZip to throw an exception when a parsing error occurs and no event listener is registered for FZipErrorEvent.PARSE_ERROR events. AIRRemoteUpdater now gets the local descriptor [...]
Posted in Air, AS3, Flash, Flex 2, WebDev | 16 Comments »
Wednesday, August 8th, 2007
I just released the first version of AIR Remote Updater, an AS3 class to automate remote software updates in Adobe AIR applications. It transparently checks version numbers, downloads the .AIR installer file if needed and triggers the AIR-native update process. It grabs the version number directly from the remote .AIR file without having to download [...]
Posted in Air, AS3, Flash, Flex 2, WebDev | 6 Comments »
Friday, June 22nd, 2007
We just released an update for FZip (the Actionscript 3 class library to load standard ZIP archives and extract/decompress contained files): Added support for Adobe Air. The Adobe Air runtime provides a low level inflate method, making it possible to load any ZIP archive and decompress compressed files without the need of injecting Adler32 checksums. [...]
Posted in Air, AS3, Flash, Flex 2 | 13 Comments »
Friday, May 25th, 2007
I have been toying around with the idea to write an Adobe Apollo application that’s able to monitor your favorite media player (such as Winamp, Windows Media Player, iTunes, Rhythmbox, etc) for play back status and song information. Last.fm provides an application along with plugins for pretty much all existing media players on all major [...]
Posted in Air, AS3, Flash, WebDev | 3 Comments »