+ 3

Can we put video in html

4th May 2017, 5:00 PM
devraj sahu
devraj sahu - avatar
5 Respostas
+ 14
<video src="any link" alt="not available"></video>
4th May 2017, 5:06 PM
Dev
Dev - avatar
+ 5
YES, in html5 use the vídeo tag
4th May 2017, 5:05 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 5
no u can not, in html5 u can
4th May 2017, 5:09 PM
Amjad
Amjad - avatar
+ 4
example: <video width="200" height="100" controls>   <source src="my_awesome_video.mp4" type="video/mp4"> </video>
4th May 2017, 5:07 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 4
Befor html5 you can use flash for example. <object width ="400" height = "400" data="player.swf" type="application/x-shockwave-flash"><param name="movie" value="vid.mp4"></object>
4th May 2017, 6:35 PM
shaldem
shaldem - avatar