Flash Builder: conditional compilation - app.xml?

Great question. Indeed, you can create multiple config. Xml files in your project and link to these config files via compiler arguments.

I generally use ANT to do this as it makes the build process simple. But if you don't have ANT setup, simply right click on your project, select ActionScript Compiler and add the following to the list of additional compiler arguments: load-config+=config/mainapp-app. Xml Note that the config folder is relative to the project root.

I generally put my config files in this folder. I wrote a detailed post on how to perform conditional compilation in AS3 on my blog. Visit willjohnson.me/blog/?p=146 for detailed instructions I hope this answered your question Regards Will.

Great question. Indeed, you can create multiple config. Xml files in your project and link to these config files via compiler arguments.

I generally use ANT to do this as it makes the build process simple. But if you don't have ANT setup, simply right click on your project, select ActionScript Compiler and add the following to the list of additional compiler arguments: -load-config+=config/mainapp-app. Xml Note that the config folder is relative to the project root.

I generally put my config files in this folder. I wrote a detailed post on how to perform conditional compilation in AS3 on my blog. Visit willjohnson.me/blog/?p=146 for detailed instructions.

I hope this answered your question. Regards, Will.

Very cool! Thanks for the read! – Mat Jun 16 at 13:20.

I wrote a detailed post on how to perform conditional compilation in AS3 on my blog. Visit http://www.willjohnson.me/blog/?p=146 for detailed instructions. I hope this answered your question.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions