tags:

views:

23

answers:

0

The goal is to make a Windows forms application that retrieves a video's URL from a page.

Consider this URL:

http://lads.myspace.com/videos/c.swf?t=1&sfs=1&nl=1&mega=megavideo.com&m=52621289

I want to embed it in a player but, to do that requires this URL

http://l3-hl1xl.myspacecdn.cust.footprint.net/videos02/15/e9518fd2be034023b39eb2fa975d64be/vid.flv

The problem is that I don't know how to get it. I used HttpFox to find the .flv URL.

Is it possible to get information out of shockwave-flash object, and how can I incorporate this into my WinForms application using C#?