Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html> 
<html lang="en">
<head>
<title>Video/Canvas Demo 0</title> 
  <style> 
video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -240px;
}
</style> 
</head>
  <body>
<video controls autoplay> 
    <source src=http://mainline.i3s.unice.fr/mooc/samuraiPizzacat.webm type=video/webm> 
    <source src=http://mainline.i3s.unice.fr/mooc/samuraiPizzacat.ogv type=video/ogg> 
    <source src=http://mainline.i3s.unice.fr/mooc/samuraiPizzacat.mp4 type=video/mp4> 
</video> 
  </body>
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers