Hi eveyone !!
In Visula c# Language, I want to find out way to download swf files and flv files from a URL
any help will be appreciated
Printable View
Hi eveyone !!
In Visula c# Language, I want to find out way to download swf files and flv files from a URL
any help will be appreciated
IIRC
Code:WebClient client = new WebClient();
String url = "http://www.example.com/";
String fileName = "DownlaodedFile.Extension";
client.DownloadFile(url, fileName);
You may give iWisoft swf to video converter a try, it can download the swf files and convert the swf to flv. I have tried it, it works fine.