Friday, April 8, 2011

Friday (Finally a commands to create a video player)

I was working on the new website and Finally I found  a tutorial , of how to create a video player for your website.

This is the command  of the video player.


<video width="320" height="240" controls="controls">
  <source src="movie.ogg" type="video/ogg" />
  <source src="movie.mp4" type="video/mp4" />
  <source src="movie.webm" type="video/webm" />
</video>


Video player Picture.

However in the tutorial it say that the browser don't support the video ta. But here is where this the link to the tutorial.

I move the website to the server  and here is the link of the website and a direct link to the video which will not play nothing because it doesn't have any video in the source. Next week I will try to put a short video to see how this work.

1 comment:

  1. Modern browsers like Firefox 4 and the latest Chrome will definitely support the new video element. Test it out.

    ReplyDelete