[flexcoders] Re: Waiting for Flash Player to connect to the debugger

2009-05-22 Thread a.scavarelli
Hmm, I often get problems like this when, for some reason, another instance of the debugger/player is running. Try making sure you are always closing each instance properly after running your program. Also check out your task manager to see if there are any running in the background. Hopefully

Re: [flexcoders] Re: Waiting for Flash Player to connect to the debugger

2009-05-22 Thread Nate Beck
Did you install the Debug version of Flash Player? http://www.adobe.com/support/flashplayer/downloads.html Under this section: Adobe Flash Player 10 — Debugger Versions (aka debug players or content debuggers) On Fri, May 22, 2009 at 1:46 PM, a.scavarelli a.scavare...@yahoo.comwrote: Hmm, I

Re: [flexcoders] Re: Waiting for Flash Player to connect to the debugger

2009-05-22 Thread Manish Jethani
On Sat, May 23, 2009 at 2:16 AM, a.scavarelli a.scavare...@yahoo.com wrote: Hmm, I often get problems like this when, for some reason, another instance of the debugger/player is running. Try making sure you are always closing each instance properly after running your program. Also check out