Hi,
I’ve got a problem with remote debugging. I enabled the the debugging from CS3, connect from flash player to CS3. It works. But the problem is that the flash movie is already loaded when I make the connection. I want to debug it when it starts playing, when loading data. If i reload the page, the debug connection is terminated. So, the question is how can I start remote debug session at the beginning of loading the flash.
Unfortunately, I have to debug it on server because some data are set through javascript.
Update: I forgot to say that I was debugging AS2 code.
Regards