Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <video id="myVideo" width=200 controls autoplay>
    <source src="http://mainline.i3s.unice.fr/mooc/mancity.mp4">
  </video>
  <br>
  <button id="play" disabled=true>Play</button>
  <button id="pause">Pause</button>
 <br>
  Time : <div id="videotime"></div>
  </body> 
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers