Inserting Video Source doesn't run | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Inserting Video Source doesn't run

When i insert video URL at src="Here" and right the type mp4 and another one ogg the video doesn't work but when i copy the video url it copies it and runs it. Anyhelp?

17th Jun 2016, 11:39 PM
Mohamed Zahran
Mohamed Zahran - avatar
6 Answers
+ 6
go to the video, copy it's location then do this: <video src="paste the location/video.mp4"></video> OR save the video in the same folder as your HTML file and do this: <video src="video.mp4"></video> this should work.
18th Jun 2016, 11:01 AM
Mohammad Fahad Sayed
Mohammad Fahad Sayed - avatar
+ 4
You can put the video as well as getting just put the video in the same folder page
18th Jun 2016, 1:15 AM
Cristian Ossiel Palomo Jalomo
Cristian Ossiel Palomo Jalomo - avatar
+ 2
Example sir for video and audio please
18th Jun 2016, 12:33 AM
Mohamed Zahran
Mohamed Zahran - avatar
+ 2
<video src="video.mp4"></video>
18th Jun 2016, 1:10 AM
Cristian Ossiel Palomo Jalomo
Cristian Ossiel Palomo Jalomo - avatar
+ 2
And for audio the same thing?
18th Jun 2016, 1:18 AM
Mohamed Zahran
Mohamed Zahran - avatar
- 4
Yes
18th Jun 2016, 1:23 AM
Cristian Ossiel Palomo Jalomo
Cristian Ossiel Palomo Jalomo - avatar