diff --git a/src/interop_web.js b/src/interop_web.js index 45be5fa6c..62e384cec 100644 --- a/src/interop_web.js +++ b/src/interop_web.js @@ -755,7 +755,7 @@ mergeInto(LibraryManager.library, { interop_AudioPlay__deps: ['interop_AudioDownload'], interop_AudioDownload: function(name, nameAddr) { var xhr = new XMLHttpRequest(); - xhr.open('GET', 'static/' + name + '.wav', true); + xhr.open('GET', '/static/sounds/' + name + '.wav', true); xhr.responseType = 'arraybuffer'; xhr.onload = function() {