what's the html code for linking video's to download

Discussion in 'HTML & Website Design' started by rjapz, Nov 26, 2008.

  1. #1
    Hello

    Im trying to link videos in html to my site, I search around google for some video link tutorials, and i found a couple that looks easy then some other one's. I want to have the option for visitors to download and or window video pop up. But when i go to my site, it says "Not Found -The requested URL /web\video\flowers.wmv was not found on this server."

    The html link is <a href="web\video\flowers.wmv">Flowers</a>. The link should be working, my index.html page is in "C:\web", and my video in "C:\web\video". My net ip 71.178.137.51:8080, b4 it changes, I have 2 "flowers" links. Could it be the order of the directory.

    Robert
     
    rjapz, Nov 26, 2008 IP
  2. shantanubala

    shantanubala Peon

    Messages:
    67
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I thought when using anchor tags, you need to use a forward slash as such:

    <a href="web/video/flowers.wmv">Flowers</a>

    But I might be wrong. See if that works, though.
     
    shantanubala, Nov 26, 2008 IP
  3. rjapz

    rjapz Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, it works, that was easy. I feel like an idiot...lol
     
    rjapz, Nov 26, 2008 IP