In your project properties, go to Flex Compiler, and uncheck the box that says "Generate HTML wrapper file". Now when you run your project from Flex, it will launch the standalone player instead of the browser. You can also debug right into the standalone player.
It took me a long time to figure this one out. I have to say that in most cases it's much more pleasant to test with the standalone player instead of the browser! -Adam On Dec 16, 2007 5:34 PM, Claudia Barnal <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to debug an application that is outside the the browser (it > is being used inside another executable). I can't find any > documentation that indicates how I can setup and launch a debug > session with a SWF file that is outside the browser. > > Any hints and pointers are much appreciated, > Claudia > >

