|
-
February 3rd, 2009, 09:50 AM
#1
Downloading SWF & FLV Programmatically
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
-
February 3rd, 2009, 04:07 PM
#2
Re: Downloading SWF & FLV Programmatically
IIRC
Code:
WebClient client = new WebClient();
String url = "http://www.example.com/";
String fileName = "DownlaodedFile.Extension";
client.DownloadFile(url, fileName);
-
March 26th, 2009, 05:23 AM
#3
Re: Downloading SWF & FLV Programmatically
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|