Flex: FXG To SWF

Hi

Is there anyway I can convert an FXG file to SWF using the command line?

PS: I am on Windows XP with Flex 3 installed.

Any help will be highly appreciated.

Many thanks

You need to define the included fxg in your mxml file

Adobe Flex 4 * Using FXG

Hi

Thanks for sharing that.

My another concern is, I want to make a program which can read an FXG file. The FXG file contains a rectange with a yellow color filled.

I want users should be able to change the yellow color through a web interface.

Is there anyway this can be done?

Many thanks

FXG files are xml files similar to SVG. You should be able to parse and rewrite the file and alter parameters using server side scripting before you load it for compilation.