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 the 'Flex' Category

What I Learned From 360Flex 2010

Wednesday, March 17th, 2010

Preface
I attended and spoke at the 360 Flex conference in San Jose this year. Before the high fades away, I wanted to post what I learned last week for a few reasons. First, to share with others. Second, to share for those who didn’t attend, but might if they feel they’d gain [...]

Read the rest of this entry »

Debug Window v2 – Simple Flex Debug Window

Thursday, February 18th, 2010

Back in Flex 1.5, I created a simple DebugWindow that was 1 class, and worked inside of Flex apps.  I don’t like a lot of complexity, and the fact I just needed to drop 1 class in my project, and write 2 lines of code to make it work was something that no others delivered [...]

Read the rest of this entry »

var flashvars = {};
var params = {
allowScriptAccess: “always”,
allowFullScreen: “true”
};
var attributes = {
id: “viddler_8a93ee9f”,
name: “viddler_8a93ee9f”
};

swfobject.embedSWF(“http://www.viddler.com/player/8a93ee9f/”, “viddler_8a93ee9f”, “437″, “287″, “9.0.0″,”http://www.jessewarden.com/expressInstall.swf”, flashvars, params, attributes);

I talk developing for Apple’s new iPad, how you can use your existing video to play on it. Also the Gaia Flash Framework’s history with a quick summary of what [...]

Read the rest of this entry »

var flashvars = {};
var params = {
allowScriptAccess: “always”,
allowFullScreen: “true”
};
var attributes = {
id: “viddler_f9eb54″,
name: “viddler_f9eb54″
};

swfobject.embedSWF(“http://www.viddler.com/player/f9eb54/”, “viddler_f9eb54″, “437″, “287″, “9.0.0″,”http://www.jessewarden.com/expressInstall.swf”, flashvars, params, attributes);

Jesse talks about upcoming conferences, why use a framework, clearing up whether or not he’d use Cairngorm 3 on a project, and MLK quotes of note.

Read the rest of this entry »

We’re using the EarthBrowser Mac Mouse Wheel fix in our current Flex project. I was noticing some sporadic “SecurityError: Error #2112: Provided parameter LoaderContext.ApplicationDomain is from a disallowed domain.” pop up, but only when scrolling our TileList via the middle mouse. If you used the mouse on the scrollbar, it worked fine.

Read the rest of this entry »