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 July, 2004

mProjector v2 Released

Thursday, July 29th, 2004

mProjector v2 is a 3rd party Flash extension application. It takes your SWF(s), and allows them to do things that the Flash Player itself cannot do. It’s main selling points are:
- syncronous commands not using fscommand or callbacks. So, for reading files from the user’s hard drive, reading the registry, etc., it’s [...]

Read the rest of this entry »

Flash Ads Invade AIM

Wednesday, July 28th, 2004

Son of a… I hear the classic creaky door opening sound. I toggle to AIM to see who logged in, and suddenly, the window refreshes probably because it was inactive for a few hours, and then a red square appears over top of it. The window was about 120 x 480 in size, [...]

Read the rest of this entry »

Job: Web Designer @ Cingular Wireless

Tuesday, July 27th, 2004

Alpharetta, Georgia. If you know html/xhtml, css, dig style guides, wireframes and the like, check it out. You might work with her majesty. After Friday, you will no longer be able to apply for it, so act now!
Web Designer Job

Read the rest of this entry »

Flash MX 2004 7.2 Updater Released

Monday, July 26th, 2004

Just doing my part. Things I have to add:
- the components in the Component Panel remember what you had clicked open, and what you didn’t. Bad ass!
- Compile times are sooo much frikin’ better.
- Overall performance of the IDE, including being open over time, is much improved.
FlashMX.com
Scott Fegette – Community Manager

Read the rest of this entry »

Lee, lee da dee… lee da dee…
rave, rave, rave…
Do you want the DataProvider API functions for your array’s without having to include the List component in your SWF for them? Then do:
import mx.controls.listclasses.DataProvider

class MyClass
{
static var mixIt:Boolean = DataProvider.Initialize(Array);
}

The DataProvider.Initialize function basically adds the DataProvider functions to [...]

Read the rest of this entry »