vedio on the web ...

vedio on the web ...

hey guys , i just recently had the requirement of embedding a video on a website and i used the following syntax:

  1. <video width="100%" height="auto" loop="" autoplay="">
  2.             <source src="">
  3.             Your browser does not support the video tag.
  4. </video>           
ofcource you can put the source in the source tag , now i have heard about fitveds.js etc . 

Just wanted to know , what js had to offer as far as video is concerned, I had seen a similar thread posted a few days ago , but just could't find it. 

what do you need to know to get started on vedio on the web ? is there more to it than just:

  1.  <video>
?