开发者

Catching a swf's outgoing message

开发者 https://www.devze.com 2023-03-08 06:27 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消