What
I started a port of the popular Robotlegs framework for building Flash & Flex ActionScript 3 applications to Lua for the Corona SDK.
The following talks about the signs I’m seeing in the industry regarding technology changes and when it’s time to move to a new one. That time is now, I see the signs and describe them, albeit not necessarily as black and white as before. There are a multitude of options, but does the one I want, Corona, have the money to match it’s momentum?
A reader asks:
…is it possible to integrate a Flash component (like those on http://www.digicrafts.com.hk/ as an example, or any other third party component), with Flash Builder?
At a high level, yes. Any ActionScript 3 component can run in Flash Player 9 on up.
Introduction
The following discusses how to utilize Dependency Injection in the Cairngorm 2.x framework, explains why you’d want to do this, and shows the code you need. Included is a brief explanation of how you Mock or “fake” a backend until it’s ready so you can build your Flex app without waiting for the web services to be ready.