Flex and Flash Developer – Jesse Warden dot Kizz-ohm

A blog on software development, technology, games & movies.

About

This is the blog of Jesse Warden, a Rich Internet Application Architect. He specializes in using Flex and Flash to create Rich Internet Applications.

Archive for May, 2004

JSFL: Publish All

Friday, May 28th, 2004

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 + F12, I wanted one click publishing. BOOYAH, the attached JSFL script does [...]

Read the rest of this entry »

Skin Package

Friday, May 28th, 2004

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 my 7 main FLA?s, and I?ve given up on integrating Shared Libraries in my [...]

Read the rest of this entry »

Animation Event Engine

Wednesday, May 26th, 2004

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 pass in what function you want to run, where it’s at (scope), what timeline your [...]

Read the rest of this entry »

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 commands in a Queue/Stack of sorts, and need to know when the command is done. [...]

Read the rest of this entry »

Web Service Connector Factory

Wednesday, May 26th, 2004

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 a factory function to create web service calls. I had some problems with [...]

Read the rest of this entry »