Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Video.js Example Embed</title>
  
  <link href="http://vjs.zencdn.net/4.7/video-js.css" rel="stylesheet">
  <script src="http://vjs.zencdn.net/4.7/video.js"></script>
  
</head>
<body>
  <h1>Video.js Example Embed</h1>
  
  <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268" 
  data-setup='{}'>
    <source src="http://www.mediacollege.com/video-gallery/testclips/20051210-w50s.flv" type='video/x-flv'>
  </video>
  
  <script>
  </script>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
mister-benpro
0viewers