You can remove the button and setup a keyboard shortcut. You can use conditionnal compilation too, it would be cleaner: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html
For a project of mine, I wrote a logger that sends the messages to Firebug too (LGPL license): http://fisheye.ow2.org/browse/~raw,r=5490/JASMINe/kerneos/trunk/modules/libs/common/client/src/main/flex/org/ow2/jasmine/kerneos/common/util/KerneosLogger.asand http://fisheye.ow2.org/browse/~raw,r=5490/JASMINe/kerneos/trunk/modules/libs/common/client/src/main/flex/org/ow2/jasmine/kerneos/common/util/MultiOutputTarget.as But this way, you can only view the log in Firebug, all other Firebug functionnalities are not active. 2009/11/4 kanu kukreja <[email protected]> > > > its a good tool but i don't know the way to prevent the button it adds for > compiling into the swf when exporting a production release? > > On Tue, Nov 3, 2009 at 12:38 PM, gers32 <[email protected]> wrote: > >> >> >> I use FlexSpy (http://code.google.com/p/fxspy/), but I know there are >> others. >> >> Chris. >> >> > >

