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, 2003

Cruisin’ ATL

Saturday, May 31st, 2003

<a href=”http://www.mediadiva.net/mt/”>Her majesty</a> got a new camera last night, seconds before Best Buy had closed. She had called all over town and finally found it after 2 weeks of searching and calling. After racing there to get it, we cruised back home while she tested it out, cruisin’ the Atlanta suburbs. We [...]

Read the rest of this entry »

3D Interface & Compositing = Cool!

Friday, May 30th, 2003

If I ever wanted to get a cyborg type implant, I’d probably have to go to Japan. Yeah, I could get an insulin pump nowadayz, but to truly get the one I wanted along with the style, the Japanese culture, which I know very little about, just dicatates that’d it have to be in [...]

Read the rest of this entry »

Good Stage Resize Example

Thursday, May 29th, 2003

Via <a href=”http://www.moock.org/blog/archives/000021.html”>MoockBlog</a>.
Moock linked to a Japenese site that makes a good use of Stage.onResize. It’s a little processor intensive, but they haven’t implemented Greg B’s more efficient one, which is cool and I understand. The point is, it’s a good start, and a creative use of utilizing whatever screen real-estate you can [...]

Read the rest of this entry »

if ( anObject ) then do stuff

Wednesday, May 28th, 2003

Manager taught me something today about Flash while I was bitching how Flash didn’t support overloading of functions.

Read the rest of this entry »

How to pass parameters components

Tuesday, May 27th, 2003

You cannot do:
<pre><code>my_mc = new MovieClip();</code></pre>
Nor can you do:
<pre><code>my_mc = new FUIComponentClass(true, “my_txt”);</code></pre>
So how do you initialize your components just like a class? Furthermore, how do you write them to accept such a usage? Read on…

Read the rest of this entry »