Question Download swf from web page/ find source of swf

yours

New member
Joined
Sep 7, 2009
Messages
1
Programming Experience
3-5
Hi!

I am working on a task in which I have to download all flash objects swf and flv files running in web page. I have got no clue to find he source of .swf file, as mostly swf files comes from other servers. I want to find out some way to find the source / url of .swf currently running. Kindly suggest me some way.

I have 2 ideas in mind, but currently unsuccessful in implementing them

1. Using WebBrowser class and somehow find url of swf.
2. Using Pcap to fetch all http packets and after decoding, some how try to find url coming.

Any other option or some simple way to implement above option would be highly appreciated.

Best Regards

Yours
 
the webbrowser class probably isn't going to work depending on what you are actually looking for but why can't you do it with pcap ... if you are just trying to do it once or twice there are some "free" programs already out there that do it ... fairly well I've used the youtube flv downloader ...
 
Back
Top