Using flash vars – part 2

March 27, 2009

In the previous post, we talked about ways to pass flash vars to our flex application.
In this post, we’ll discuss how to read, analyze and use them in our flex application.

Actually, it’s really quite simple. Read the rest of this entry »


Using flash vars – part 1

March 26, 2009

One of the things you often have to do, is get flash vars from a configuration file into your Flex application.
There are probably quite a few ways to do what I will describe below. This is just the way I chose to do it.

In this part, we’ll discuss how we can pass flash vars. Read the rest of this entry »