Skip to content

Instantly share code, notes, and snippets.

@douglasZwick
Created March 27, 2011 01:47
Show Gist options
  • Save douglasZwick/888829 to your computer and use it in GitHub Desktop.
Save douglasZwick/888829 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="soundmanager/script/soundmanager2.js"></script>
<link rel="stylesheet" href="newproj.css" type="text/css" />
<title>Grrrr!</title>
</head>
<body>
<p id="debug1">Nothing works! &hearts;</p>
<p id="debug2">i'm such a hipster these days i only use helvetica</p>
</body>
</html>
// Here's my index.js
window.onload = function()
{
soundManager.url = 'soundmanager/swf/';
soundManager.useHTML5Audio = true;
soundManager.useFlashBlock = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment