Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created September 14, 2012 07:35
Show Gist options
  • Save Breefield/3720540 to your computer and use it in GitHub Desktop.
Save Breefield/3720540 to your computer and use it in GitHub Desktop.
Soundmanager
<script type="text/javascript" src="soundmanager/soundmanager2.js"></script>
<script type="text/javascript">
soundManager.url = 'soundmanager/swf/';
soundManager.flashVersion = 9;
soundManager.flash9Options.useWaveformData = true;
soundManager.debugMode = false;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment