category Air

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.

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.

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.