Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body onload="init();">
<video width=200 id="vid1" autoplay loop>
        <source  src="http://www.pablopixel.com/HTML5/assignment2/video/sky.mp4" type="video/mp4">
    </video>
  
   <video width=200 id="skin" autoplay loop>
        <source src="http://www.pablopixel.com/HTML5/assignment2/video/skin.mp4" type="video/mp4">
    </video>
  
  <canvas id="myCanvas" width=400></canvas>
</body>
</html>
Output

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

Dismiss x
public
Bin info
MichelBuffapro
0viewers