|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Newbie, pulling a video from another web pageHi guys, sorry if this seems stupid
I'm running asp .net 2.0, I'm trying to pull a video that's displayed in another web page so I can display it in my page, does any one have an idea on how to do this? Best regards Best way is to look at the source of the page to determine where it is
pulling the video. Just keep in mind, if the video is copywrited then this is definitely in the illegal category to pull from another site. Also, it annoys other sites when someone starts playing videos that they host without permission as it eats into their bandwidth (whcih can cost them money). You could use a screen-scraping system to determine the url of the video being played, but this is more time consuming and usually just looking at their code is the smartest way to figure it out. Of course, there are ways that they can hide the full url and if it's a flash animation video you'll have to find a utility that will let you open the url and save it without attempting to load a flash player. -- Show quoteHide quoteHope this helps, Mark Fitzpatrick Former Microsoft FrontPage MVP 199?-2006 "xdude" <iodata***@yahoo.com> wrote in message news:eY$KPTFBHHA.3604@TK2MSFTNGP04.phx.gbl... > Hi guys, sorry if this seems stupid > > I'm running asp .net 2.0, I'm trying to pull a video that's displayed in > another web page so I can display it in my page, does any one have an > idea on how to do this? > > Best regards >
Sections in repeater
Dropdownlist set to last value in gridview on postback FileUpload control - file size detection Showing/Hiding a Panel in a Repeater Using SkinID for Menu background image. Common objects across a user control Error Loading UserControl button on user control Control not in the list of controls for parameters Fill a DropDownList with sql data |
|||||||||||||||||||||||