Click here to Skip to main content
16,004,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do you add a video using the <video> tags using an external link? I tried the following:

XML
<video id="vid1" preload="auto" src="//www.youtube.com/embed/hqiNL4Hn04A">

</video>


I dont always want a youtube video. I need any external video link, so if you can find another that's fine I just want to be able to have something!

Many thanks
Posted

1 solution

Try here[^]. Just note that this tag is not supported on all browsers.
 
Share this answer
 
Comments
lostandconfused1234 6-Jan-14 12:16pm    
thanks I've already seen that but none of the videos seem to play for me... in chrome?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900