Click to See Complete Forum and Search --> : Downloading SWF & FLV Programmatically


nomiitaly
February 3rd, 2009, 08:50 AM
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

code?
February 3rd, 2009, 03:07 PM
IIRC

WebClient client = new WebClient();
String url = "http://www.example.com/";
String fileName = "DownlaodedFile.Extension";
client.DownloadFile(url, fileName);

Mathew36
March 26th, 2009, 05:23 AM
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.