tags:

views:

192

answers:

2

hi,

I have a swf that retrive information from a xml file, but I do not know url of the xml. Is it possible to capture tcp/ip packet when swf start retriving information from the xml? I would like to know url of the xml.

+1  A: 

Try the Firefox extension Firebug. It has a nice graph/option to show any web-traffic. Btw. feel free to give us the link to the swf file. We will be happy to help you find the xml you are talking about.

merkuro
+1  A: 

Have a look at http://www.wireshark.org/ It should do the trick.

Matthew Pelser
Assuming this is out of the browser, else firebug is the easier option as per merkuro's answer
Matthew Pelser