+ 3
Can we put video in html
5 Respostas
+ 14
<video src="any link" alt="not available"></video>
+ 5
YES, in html5 use the vídeo tag
+ 5
no u can not, in html5 u can
+ 4
example:
<video width="200" height="100" controls>
<source src="my_awesome_video.mp4" type="video/mp4">
</video>
+ 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>