tags:

views:

22

answers:

1

Hi.

I want my flex application to receive a string parameter of the swf file it needs to load. is there a way to configure adobe flex 3 to run the application with parameters? how do i retrieve them?

thanks!

+1  A: 

For runtime optional parameters you need to take a look into flashvars

For compile time parameters take a look into conditional compilation

James Hay
thanks. flashvars is what i needed.
ufk