Advertisement
Peaser

Autoplay Music

Feb 28th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <head>
  2. <!--
  3.     <audio loop autoplay preload="auto" id="bgAudio"><source src="resources/lefttraptwo.ogg" type="audio/ogg"></audio>
  4.     <script>
  5.     window.onload = function() {
  6.         var backgroundAudio=document.getElementById("bgAudio");
  7.         backgroundAudio.volume=0.3;
  8.     }
  9.     </script>
  10. -->
  11. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement