How do I monitor traffic between a Flash object and a server?

2.3k Views Asked by At

In Firebug's Net panel you can see all requests, which JavaScript is making to the server.

I would like to be able to do the same with a Flash object.

What is the best way of doing this?

1

There are 1 best solutions below

4
On BEST ANSWER

I'm using Charles Proxy fot this kind of debuging.