Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta name="description" content="A demonstration of creating a Video.js 5.x component.">
  <meta charset="utf-8">
  <link href="//vjs.zencdn.net/5.11/video-js.css" rel="stylesheet">
  <script src="//vjs.zencdn.net/5.11/video.js"></script>
</head>
<body>
  <h1>Createing Component for VideoJs</h1>
  <video id="my-player" class="video-js" controls preload="auto" width="640" height="268">
    <source src="//vjs.zencdn.net/v/oceans.mp4" type='video/mp4'>
    <source src="//vjs.zencdn.net/v/oceans.webm" type='video/webm'>
  </video>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers