Consulting Chronicles #5: Getting In, and Out, of the Industry

Today, I’ll talk about how to get into consulting, what the skills and expectations are, and what can cause you to get out.

What is Consulting?

Consulting in the Flash/Flex world usually consists of 3 tasks that may be related:

  1. Offer your architecture expertise.
  2. Offer your code mechanic expertise.
  3. Augment an existing team.

Continue reading “Consulting Chronicles #5: Getting In, and Out, of the Industry”

Adobe’s Wowza Litigation, Flash Waning Passion, and Mobile Hype

Just reminder of a few things & comments on realities that have seeped into the Flashmedia list thread; Stefan already said most of it, but re-iterating.

If you’re not on the list, the quick summary is Adobe’s suing Wowza for patent infringement caused a lot of frustration in a already-extremely-pissed-off-at-Adobe user base.

I wanted to point out Adobe’s proven history at making money from defending their patents, some misunderstandings of how this is related to Flash’s second PR problem, and trying to crush some of the mobile hype misunderstandings.

Continue reading “Adobe’s Wowza Litigation, Flash Waning Passion, and Mobile Hype”

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.

Continue reading “JSFL Script to Ensure Actual ActionScript Classes Exist for Symbols”