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?
Tag: Flash
-
Getting Complex Designs Into Flex Slides
My slides from FITC Toronto 2011. Obviously a lot of supporting code needed for context, but still some good info on their own for getting complex designs into Flex web, desktop, and (some) mobile.
Download – Keynote | Powerpoint | PDF | Images
-
Integrating Flash Components with Flex Revisited
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.
-
Adding Dependency Injection to Cairngorm 2.x via SwiftSuspenders (or Robotlegs) for Middle Tier Mocking
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.