Steven Vachon

Archive of posts for September, 2003

MX 2004: Garbage (A Big “Booo” for Macromedia)

0 comments

I was one of the many individuals really excited about the upcoming Flash version. I kept hearing about a few key features that I thought would be very useful. However, I expected more to be included in this version than just those few features. Damn, was I wrong. Thankfully, I didn’t pre-order the upgrade or I’d be in the hole $300. Read more

_global Across Remote ActionScript Timelines

0 comments

Like many Flash developers, I like writing classes and optimizing bandwidth with remote libraries. ActionScript 1 uses prototypes to extend methods to a function object, and to be able to access that class globally, one would use _global. Unfortunately, global do not work as well as they’re explained to. This bug is resident in all minor versions of Flash Player 6, and still exists in Flash Player 7. Read more