[RESOLVED] <video> in html5
hi all :wave:
I've tried the following html tags and it's not working, can anyone help me out..
i've downloaded a youtube video and i want to display it on page.
Code:
<!DOCTYPE html>
<html>
<body>
<video width="320" height="240" controls="controls">
<source src="myvideo.flv" type="video/mp4" />
</video>
</body>
</html>
on chrome the video don't run and on firefox it says 'no video with supported format and MIME type found'
thanks in advance..:)
Re: [RESOLVED] <video> in html5
There's a great tutorial on using the <video> tag in HTML5 over at HTML5 Rocks. It also has some info on using video+js, video+css, video+canvas, and video+svg.
Re: [RESOLVED] <video> in html5
Quote:
Originally Posted by
tr333
There's a great tutorial on using the <video> tag in HTML5 over at
HTML5 Rocks. It also has some info on using video+js, video+css, video+canvas, and video+svg.
That's cool :thumb: