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">
  <title>Video.js Example Embed</title>
  <link href="//vjs.zencdn.net/7.19.2/video-js.css" rel="stylesheet">
  <script src="//vjs.zencdn.net/7.19.2/video.js"></script>
</head>
<body>
  <h1>Create a Component</h1>
  <p>This example demonstrates the creation of a Video.js component.</p>
  <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

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

Dismiss x
public
Bin info
misteroneillpro
0viewers