1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Icon Generator Pro

I love this application, Icon Generator Pro.  It’s simple, but sometimes that’s a good thing in an application, means it has focus – if you’re going to do something, do it properly – that’s one of the benefits of AIR, it makes it simple to create applications just like this.

What the application actually does is just generate images in a few specific formats, output the files (in a format useful for your own AIR applications) and even, from the looks of it, replace your Twitter icon with your new file.

If you haven’t seen the earlier version of this application, its still available from the AIR Marketplace [link], and the newer version, Icon Generator Pro is available from http://icon-generator.net/.

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Voice synthesis in Adobe AIR 2.0

Here’s another cool library for AIR applications.  It works for both Windows and Mac environments, and uses the NativeProcess access of AIR version 2 to tap into the built-in voice synthesis functionality of the operating system.  It’s still in development, is more developed for Mac than for Windows (at the moment) but it’s looking pretty good already.

Should be a good one to have a play with soon!

Read the authors’ blog post here: http://blog.technolog33k.fr/adobe-air/20-12-2009-voice-synthesis-in-adobe-air-with-the-nativeprocess-api/

Access the source code for the library from the Google code repository here: http://code.google.com/p/nativespeech/

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Fixed: AIR update framework broken!

Arrgh! All of a sudden the AIR Update Framework stops working.  No explanation, no errors; nothing. Where you’d expect to see your update notification popping up, you get a window just like the one above – no content, just the default Flex blue background colour.

The problem is actually a pretty specific one, but it’s not going to fix itself.  Using the Flex 3.5 SDK and the AIR Update Framework together causes this issue – obviously some part of the Flex SDK has changed between Flex 3.4 and 3.5, and no-one tested the framework before releasing it!  The issue is fixed in Flex 4 and doesn’t occur in anything other than the 3.5 SDK – so upgrading / downgrading is one solution; or…

Hack a solution:

Continue reading Fixed: AIR update framework broken!…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Working with SQLite in AIR, with the help of ORM

If you don’t know what ORM is read the next paragraph, and it might help.  If you do, skip to the links below to learn a little more about how you can make ORM work with AIR and SQLite.

ORM stands for Object Relational Mapping, in basic terms the concept of representing your tables-based data as more familiar objects and classes. Not a big concept after all, it’s one that I’ve been using already in my AIR applications – albeit unwittingly and manually.  FlexORM is a project to assist and standardise this process, so it’s worth knowing about and trying out.

Read more about ORM:

http://www.adobe.com/newsletters/edge/october2009/articles/article7/index.html

http://www.adobe.com/newsletters/edge/december2009/articles/article7/index.html

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Rendering native system icons in AIR

Here’s a cool trick for Adobe AIR – getting native system icons.  So, if you have x application associated with x filetype, you can show the same icon in AIR as you would see on your desktop.  I don’t think it can get you the little preview windows you might get for PDFs or JPGs, whether you can get custom icons (like you’d get on your ‘My Documents’ or ‘My Pictures’ folders) but it’s something cool to check out.

http://blogs.warwick.ac.uk/stevencarpenter/entry/air_using_native

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Print Screen detection in AIR

Here’s a little something I’ve been working on recently – Print Screen support in AIR. It has to be AIR because only AIR allows you to access the OS clipboard, and only AIR seems to have access to the full keyboard. There’s a few things I’ve looked at and various snippets of code, so I’ll cover them in roughly the order I figured it all out…

Print Screen Monitor
Continue reading Print Screen detection in AIR…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Squiddler

Squiddler has done some really cool stuff on the Flash platform, most of his blog posts are worth reading but check out these ones specifically:

Bumblebee:
http://www.squidder.com/2008/11/14/bumblebee-the-easiest-path-from-excel-to-xml/
This AIR application is pretty cool – it allows you to take excel files and transform them into xml files by providing a simple template. Could be useful in those instances where we get the client to fill out a spreadsheet of information.

Real-time face recognition:
http://www.squidder.com/2009/02/26/realtime-face-detection-in-flash/

AR drum kit:
http://www.squidder.com/2009/03/03/augmented-reality-drum-kit/

Other posts at:
http://www.squidder.com/