Air
SomaCore tutorial framework instance
I'll be writing in the next days a series of wiki, manual, best practices with tons of code example. It should help you to get started. I will be explaining in-depth how SomaCore works and what you...
read articleSomaCore AS3 MVC Framework v2 release
SomaCore is a lightweight AS3 MVC event-based framework that provides a very flexible structure for your Flash, Flex and AIR projects. The main addition in this version 2 is Dependency Injection, but...
read articleSomaCore AS3 MVC framework on Github
I've decided to put my framework SomaCore on Github. SomaCore is a lightweight event-based MVC framework written in AS3 that provides a structure, models, views management and commands. Somacore can...
read articleBringing life to an image
Here is how to bring life to an image using the filter DisplacementMapFilter. Click here to see the demo. I got the idea from a video made by Chad Perkins (thanks Chad, you're giving me a lot of...
read articleBadge AIR runtime installation bug with Firefox
I found out that there's a bug with the badge used to install an AIR application with Firefox from version 3.6.4 until today's version (3.6.6). If you don't have the AIR runtime installed a Adobe UI...
read articleSomaCore Debugger update
I've updated the debugger used in SomaCore. You can know click on everything to parse the objects and I've added a FPS + Memory meter. I'll continue to improve the debugger with my needs, next step...
read articleChromeless AIR application
I had to get an AIR application without the OS window, let's say windowless or chromeless. I needed to be able, with my own graphics, to minimize, restore, maximize, close, close in the system tray or...
read article