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>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/howler/1.1.25/howler.min.js"></script>
</head>
<body>
  <h1>Hello</H1>
  <canvas width=300 height=300 id="myCanvas"></canvas>
  
  
<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 controls>
        <source src="http://www.pablopixel.com/HTML5/assignment2/video/skin.mp4" type="video/mp4">
    </video>
  
  <audio src="https://dl.dropboxusercontent.com/u/1631516/05%20Lost%20In%20Space.mp3" autoplay controls>
    <audio id="boing">
    <source src="http://www.soundjay.com/button/button-3.mp3"/>
  </audio>
</body>
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers