Catching a swf's outgoing message
Hey开发者_如何转开发 there, I currently have something going that gets me a pretty accurate value inside a swf (one I have no control over), but I want even more precision
I know it will sometimes send out data about itself to other locations
If you mean that you suspect that it is communicating over the wire, you would want to use a Proxy to monitor incoming and outgoing data.
You could use Charles : http://www.charlesproxy.com/ which has a free trial version.
But you could also use FireBug for firefox with the AMF Explorer plugin which is free.
Cheers
精彩评论