[flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread mthomas1969
Matt- Thanks--that's a step in the right direction, but I need to know if the project is actually being debugged. Your code tells if the Flash debugging player is running, but not whether the SWF was launched from a debugger. To be more specific, can I tell if the bin-release SWF version is

[flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread Mike Morearty
To determine which SWF version is running, use this code from another Flex team member: http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html There are actually three different debugger-related things a person might want to know: - To determine if the Flash player is a debugger-enabled one,

[flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread mthomas1969
Thanks Matt, Mike (and Alex). That's exactly what I'm looking for. -Matt --- In flexcoders@yahoogroups.com, "Mike Morearty" <[EMAIL PROTECTED]> wrote: > > To determine which SWF version is running, use this code from another > Flex team member: > http://blogs.adobe.com/aharui/2007/10/debugging_

RE: [flexcoders] Re: Determine in AS if debugger is running

2007-10-30 Thread Alex Harui
g that your app can use. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Morearty Sent: Tuesday, October 30, 2007 1:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Determine in AS if debugger is running To dete