(C#) download embedded flash from a given URL
Posted
by user257412
on Stack Overflow
See other posts from Stack Overflow
or by user257412
Published on 2010-05-07T07:30:05Z
Indexed on
2010/05/07
7:48 UTC
Read the original article
Hit count: 240
c#
I have a desktop forms application . I want to fetch any flash file embedded from a given html page. I used this approach: parse the html page(using htmlagilitypack) to get hold of direct url of any embedded flash, then fetch the file. But this approach wouldn't work if relative paths are used. How else can a flash file embedded in an html page be downloaded ?
ty
© Stack Overflow or respective owner