Yeah, you could use a build tool like ANT or Maven and have two different profiles.
On Tue, Jul 27, 2010 at 12:38 PM, whatabrain <[email protected]> wrote: > > > I need to build two versions of a Flex app, one for the local filesystem > and one to be used in a web site. I recently learned that the only way to do > that is to enable and disable the -use-network compiler argument. > > I'm using Flex Builder 3. Is there any way to automate the building of both > versions? Is there a way to decide on -use-network at runtime? Is there even > a way to have two versions of the project settings, like you can do in > Visual Studio? > > Thanks > > > -- Evan Klein

