+ 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?
6 odpowiedzi
+ 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.
+ 4
You can put the video as well as getting just put the video in the same folder page
+ 2
Example sir for video and audio please
+ 2
<video src="video.mp4"></video>
+ 2
And for audio the same thing?
- 4
Yes