Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop SM2 flash shiz, assume HTML5.
  • Loading branch information
scottschiller committed Jul 2, 2018
1 parent da4e46d commit 2681c46
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions index.html 100644 → 100755
Expand Up @@ -35,22 +35,6 @@
<link rel="stylesheet" href="css/survivor.css" />
<!-- see script/soundmanager2.js for full, commented version -->
<script src="script/soundmanager2-nodebug-jsmin.js"></script>
<script>
soundManager.setup({
url: 'swf/',
useHighPerformance: true,
flashVersion: 9,
wmode: 'opaque',
bgColor: '#000000'
});

if (window.location.href.match(/html5audio=1/i) || window.location.href.match(/file/i)) {
// try at your own risk - playback may lag, etc.
soundManager.setup({
preferFlash: false
});
}
</script>
<script src="script/survivor.js"></script>
<!-- on schillmania.com -->
<script src="/common/stats.js"></script>
Expand Down

0 comments on commit 2681c46

Please sign in to comment.