I'd like to be able to have my SWF compile to different sizes based on whether I'm debugging or creating a final build. Is there a way to accomplish this in Flash Builder?

I'm using the [SWF] metadata tag to format my SWF. My initial impulse is to create some sort of logic around said tag, but I've a feeling that won't work.

Thanks in advance.

link|improve this question

76% accept rate
1  
flex conditional compilation is not an option: "You cannot use constant Boolean values to conditionalize metadata..." (livedocs.adobe.com/flex/3/html/…) – OXMO456 Aug 4 '10 at 8:52
feedback

1 Answer

You can add compile time constants but this might help: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.