Hey, I have a problem.
I have a URL which is something like:
www.WEBSITE.com/player.asp?File_Name=URL_of_The_Video.wmv&Path_Name=URL_Which_Changes
I need to get only the URL of the video.
I know I can get off the: "www.WEBSITE.com/player.asp?File_Name="
out using a string.Replace \ string.Remove
but the address AFTER the video URL is changing.
So what I think I need is a way for the program to start selecting from the word "mms" until the word "wmv" but I don't have any idea how to do that.
Thanks =]