0
How to find path of any video & add in webpage
How to add a video in webpage using css
3 Respuestas
+ 4
Amit Kumar
Try to use searchbar..
https://www.sololearn.com/discuss/2644413/?ref=app
https://www.sololearn.com/discuss/2567631/?ref=app
https://www.sololearn.com/discuss/2997079/?ref=app
https://www.sololearn.com/discuss/2610028/?ref=app
https://www.sololearn.com/Discuss/2942365/?ref=app
https://www.sololearn.com/Discuss/3041173/?ref=app
https://www.sololearn.com/Discuss/2490195/?ref=app
Run this code and read it. It will help you https://code.sololearn.com/WW6t4B73kJVz/?ref=app
0
Method one if your file is in other folder:-
First right click on the file then properties then in the third container you can see the location.
see below:-
https://prnt.sc/Ubc1wzj-gk5l
just copy it and put an "/" ->slash then put your file name like in my case :-
C:\Users\rajsa\Downloads/photo_6242362935125063959_y.jpg
If your file is in the same folder.
then:-
<video src="filename.mp4" alt="it will work fine">
just mention the file name with extension.
Hope it helps.
0
This method is only for pc, how to find video path in sololearn or mobile