Total Pageviews

Tuesday, July 8, 2014

html 5 video tag.

Follow kvn_krishna on Twitter


<video width='320' height='240' controls autoplay>
 <source src='http://someurl/video.mp4' type='video/mp4'>
  <source src='http://someurl/video.ogg' type='video/ogg'>
  <source src='http://someurl/video.webm' type='video/webm'>

<object data='movie.mp4' width='320' height='240'>
<embed width='320' height='240' src='movie.swf'>
</object>
</video>