Newbie, pulling a video from another web page

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Newbie, pulling a video from another web page

    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


    xdude Guest

  2. Similar Questions and Discussions

    1. Pulling up another page based on input in a form
      I have a simple website with a form & one field that is for a drawing number. I want the user to input the drawing number & pull the drawing up...
    2. Video tv on asp page
      Hi! I want to stream the output of video tv card to an asp page, the tv card supports streaming, but i dont know what i have to put in the asp...
    3. More than one video on a page
      Hi, I have a requirement to develop an application having 4 active webcams simultaneous on same page. We are using Flash communication server and...
    4. Newbie video question
      I have read all of the questions on video files pertaining to Quicktime stating that to use a quicktime video file Quicktime must be installed on the...
    5. MPEG video on page won't load video--just audio
      I am trying to embed an mpeg vido using the plug-in feature. When I upload the page to the server it only shows the RealOne sound controls, but not...
  3. #2

    Default Re: Newbie, pulling a video from another web page

    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.

    --
    Hope this helps,
    Mark Fitzpatrick
    Former Microsoft FrontPage MVP 199?-2006


    "xdude" <iodataser@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
    >

    Mark Fitzpatrick Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139