Monday, 19 May 2014

HTML5 media player tag

***Play video using HTML-5***

 
 
<!DOCTYPE html>
<html>
<body>
<video width="320" height="240" controls>
<source src="C:\Users\Public\Videos\Sample Videos\movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>

No comments:

Post a Comment