Monthly Archives: May 2004

JSFL: Publish All

Flash MX 2004 has Save All under the file command but does not have a Publish All. I have 7 documents I’m currently working on and updating constantly throughout the day. Instead of clicking each tab, and then Shift + … Continue reading

Posted in Flash | 5 Comments

Skin Package

We’re building an app at Bellsouth where the HTML pages & Flash are looking very similar since we’re using the same design assets to help in consistency & continuity. I didn?t want the plethora of graphics and bitmaps floating around … Continue reading

Posted in Flash | Comments Off

Animation Event Engine

Not much of an engine, but I need to generate events when an animation completes, so devised this function to do so. It’s based on the start and stop frames of the animations being static variables; basically enumerated values. You … Continue reading

Posted in Flash | Comments Off

Generic Responder – Good for Command Pattern

When implementing the Command pattern for this game concept I’m working on at home, I had a need for the command to also support an “executed” method. Typically, it executes, and that’s the end of it. However, I’m managing the … Continue reading

Posted in Flash | Comments Off

Web Service Connector Factory

Waiting on Java programmers, so trying to be effective with my time. Figured I’d show some code snippets I’ve found useful over the past couple of weeks. Hopefully someone can gleen some use from ‘em. First on da platter is … Continue reading

Posted in Flash | Comments Off