Blog

  • JSFL Script to Ensure Actual ActionScript Classes Exist for Symbols

    One way to design or skin ActionScript 3 projects is using the Flash IDE for graphical assets.  You export your FLA as an SWC, and you can utilize those assets in your AS3 and/or Flex project.  Flash CS3/CS4/CS5 have the ability to link to an ActionScript 3 class that represents the code behind the Symbol.  If the Flash IDE doesn’t find the class in its source paths, it’ll create one for you.

    The downside is, when you compile, you do not get errors if the Flash IDE didn’t find a class for a particular Symbol that’s set to have one.  Maybe you mis-typed the package path or class name.  Maybe you forgot to set the class path for the FLA.  Maybe the FLA is in the wrong place.  Whatever the reason, your code “won’t work” and you won’t know why.  You may not get code hints in Flash Builder / FDT / IntelliJ, and certain other dependencies may be missing as well and you’ll be left wondering why.

    (more…)

  • Basic Charting Drawing Routines for Flash & Flex Mobile Development

    AIR for Android ActionScript Charting ExampleIntroduction

    A friend asked about the potential to develop a set of ActionScript charts that looked good and would run on Mobile, specifically Android phones and iPhone. Apparently a client was asking, and he wanted to know the feasibility for re-use. We discussed the challenges with the existing Flex charts, specifically their lack of Flex 4 skinning abilities, but more importantly their lack of performance scalability.

    (more…)

  • State of the Flash & Flex Market for 2010

    Sorry so late, folks, I usually do this in March or April.  This year was really strange, so I waited hoping for some context that never came.  Much is the same as last year.

    Introduction

    The following is a broad coverage of the state of the Flash & Flex market for both W2 and 1099 (employee and freelance) with some W9 data (corp to corp, consulting, etc).   (more…)