1

I have some compiled flash applet (swf) on web page, which interact with remote server by sockets. How i can catch sended data, without using complex sniffer, if possible.

Thanks!

Golovko
  • 609
  • 4
  • 8
  • 8

1 Answers1

0

Can you be more specific about it? Do you have access to the source code of the swf? Do you know the port number? There is a comprehensive example at livedocs in case you missed it.

phi
  • 10,634
  • 6
  • 53
  • 88