Fetch directlink from video
I am quite new to vb programming but have been working on it from a month or so..
I would want to develop a program that fetches the direct link from megavideo files using visual basic..
There is a website already that does the job but i would like to know the programming part of it as i want to know how to develop the program to interact with flash content..
Code:
http://megavideotools.com/dl.php
This website does the same work as i want but does it from server side but i want to do it using Visual basic..
Re: Fetch directlink from video
Could you not do this by adding a webbrowser control to a form then setting its url to the address above.
Colin
Re: Fetch directlink from video
This could be done but the site is down at times so i would like to do the coding on my own..
Thanks for the reply..