Skip to content

Commit

Permalink
Updated SoundManager
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Mar 12, 2012
1 parent 33ea8e9 commit 302e83b
Show file tree
Hide file tree
Showing 11 changed files with 184 additions and 5,077 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea .idea
.dropbox .dropbox

*.swk *.swk

*sublime* *sublime*
node_modules
8 changes: 2 additions & 6 deletions plugins/iframe_player/lib/iframe.htm
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,11 @@
<html><head> <html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script src="soundmanager2.js?2"></script> <script src="soundmanager2-jsmin.js?2"></script>
<script> <script>
soundManager.url = 'swf/'; soundManager.url = 'swf/';
soundManager.flashVersion = 9; // optional: shiny features (default = 8) soundManager.flashVersion = 9; // optional: shiny features (default = 8)
soundManager.useFlashBlock = false; // optionally, enable when you're ready to dive in soundManager.useFlashBlock = false; // optionally, enable when you're ready to dive in
// enable HTML5 audio support, if you're feeling adventurous. iPad/iPhone will always get this. soundManager.preferFlash = false;
soundManager.useHTML5Audio = true;
soundManager.html5Test = /^(probably|maybe)$/i;
soundManager.preferFlash = true;
soundManager.debugFlash = true;


soundManager.onready(function() { soundManager.onready(function() {
postMessageJSON({'method':'ready'}); postMessageJSON({'method':'ready'});
Expand Down
104 changes: 104 additions & 0 deletions plugins/iframe_player/lib/soundmanager2-jsmin.js

Large diffs are not rendered by default.

80 changes: 0 additions & 80 deletions plugins/iframe_player/lib/soundmanager2-min.js

This file was deleted.

77 changes: 77 additions & 0 deletions plugins/iframe_player/lib/soundmanager2-nodebug-jsmin.js

Large diffs are not rendered by default.

4,989 changes: 0 additions & 4,989 deletions plugins/iframe_player/lib/soundmanager2.js

This file was deleted.

Binary file modified plugins/iframe_player/lib/swf/soundmanager2.swf
100644 → 100755
Binary file not shown.
Binary file modified plugins/iframe_player/lib/swf/soundmanager2_debug.swf
100644 → 100755
Binary file not shown.
Binary file modified plugins/iframe_player/lib/swf/soundmanager2_flash9.swf
100644 → 100755
Binary file not shown.
Binary file modified plugins/iframe_player/lib/swf/soundmanager2_flash9_debug.swf
100644 → 100755
Binary file not shown.
Binary file not shown.

0 comments on commit 302e83b

Please sign in to comment.