C# .net , scan an html page and download any embedded flash files
- by user257412
I have a windows forms desktop application . what I want to do: scan/parse a given html page , search for any embedded .swf files and download them to a specified folder.
How can this be accomplished ?
kick in the right direction please.