Recently in Air Category

May 14, 2009

Zimbra Mail ActionScript Library

Well... after a couple of weeks thinking if i should release the Zimbra ActionScript library i wrote without really testing i decided to test the mail part of it tonight and just release that part over at github.

Continue reading Zimbra Mail ActionScript Library.

March 14, 2009

NetStream data callbacks as events

Today i saw that Jesse Warden was reporting via twitter that he found some really strange behavior on the client property of the a NetStream. After a couple of tweets i mentioned that i had a custom NetStream class which converts those data callbacks into real events (read: addEventListener). He found the idea interesting so here it is.

Continue reading NetStream data callbacks as events.

March 7, 2009

Transparent reflection class for Bitmaps

I had the need to insert a reflection into a bitmap the other day so i went googling around and tried several options.

They worked very good but the problem was that the resulted reflections where not transparent at the end and since i was using a gradient background you could see the reflection shape.

This is why i created this function. Hope it helps you.

Continue reading Transparent reflection class for Bitmaps.

January 22, 2009

Flash/Flex/Flash Lite/Air interface to Zimbra MTA

You guys may know about Zimbra already. It's an open source mail group server software that offers similar features as Microsoft Exchange.

I have done an actionscript2/actionscript3 interface to it and i'm looking for official support by them since i want to release it open source.

Continue reading Flash/Flex/Flash Lite/Air interface to Zimbra MTA.

December 21, 2008

ActionScript 3: Bitwise Flags

The other day i was chatting with a friend about element flags. I remember about bitwise flags. I was surprised he didn't know about them so i thought why not share it with everybody :)

Continue reading ActionScript 3: Bitwise Flags.

September 1, 2008

Air bug? minHeight/minWidth

I have experienced something that could be a bug (feature?).

For example, if you set a window's x position to 100 differs if you have specified a minWidth. Somehow i think the registration point changes.

This method corrects the bad positioning of the window:

Continue reading Air bug? minHeight/minWidth.

May 1, 2008

toFixed(0) and Date.getTime() bug

I've been able to reproduce a bug several times with the Number.toFixed(0) method in that it returns a "." . Also from what i understand the Date.getTime() should return an int but sometimes it returns a decimal.

Continue reading toFixed(0) and Date.getTime() bug.

March 22, 2008

Antivirus in Adobe Air

It's just a proof of concept but it's an antivirus done entirely in Adobe Air. Check out the screencast of it working.

Continue reading Antivirus in Adobe Air.

March 6, 2008

MSN Messenger lib for adobe air

I took the morning off from work in order to finally finish my actionscript msnlib for adobe air.
It allows you to connect and chat with msn messenger users within adobe air. It uses just ActionScript 3 and the air libs.

Continue reading MSN Messenger lib for adobe air.

About this Archive

This page is an archive of recent entries in the Air category.

Adobe Connect is the previous category.

Bash is the next category.

Find recent content on the main index or look in the archives to find all content.