+ 12
Video tag
How do I use the video tag in html
15 Respuestas
+ 9
Take a look of this
https://www.sololearn.com/learn/338/
+ 9
how do u center stuff in css
+ 7
ok but how do i get the video url with out useing youtube
+ 7
what mp4 should i use
+ 7
for a chromebook
+ 7
do i use a mp4
+ 7
is this how u do it <video width="320" height="240" controls>
<source src="https://r4---sn-8xgp1vo-cvnl.googlevideo.com/videoplayback?ip=95.211.148.239&lmt=1471030243693667&sparams=dur,ei,expire,id,ip,ipbits,ipbypass,itag,lmt,mime,mip,mm,mn,ms,mv,pl,ratebypass,requiressl,source&dur=147.771&ipbits=0&id=o-AOwNQ7wGsC2QaYM0EC9-lnE4Eogdfoof27ewVH5iR5Jd&c=WEB&expire=1551743464&requiressl=yes&source=youtube&key=cms1&mime=video%2Fmp4&itag=22&fvip=4&pl=16&ratebypass=yes&signature=1A110D0ADBB9A90FB339ECAEDE4ECF7DA68611E3.3C28BBF4D677F1C4253AC0EC67D87595D2618519&ei=iGV9XLD1MMHagAe2laL4Bw&redirect_counter=1&rm=sn-aigelr7d&req_id=f5eaa1b8d1eea3ee&cms_redirect=yes&ipbypass=yes&mip=108.20.205.158&mm=31&mn=sn-8xgp1vo-cvnl&ms=au&mt=1551721738&mv=m">
</video>
+ 6
k
+ 5
Yousif Al Shabee Please do not spam.
+ 3
video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
+ 2
<iframe width="420" height="315"
src="https://www.youtube.com">
</iframe>
+ 2
i didn't understand your question,??
+ 2
where you want to use a MP4
+ 2
<video height=" " width=" " controls>
<source src=" " type="video/mp4">
controls> <source src=" " type="video/ogg">
Your browser doesn't support video
</video>
- 1
hhi post84