You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- We also provide hosted minified versions of all CreateJS libraries.
44
+
http://code.createjs.com -->
45
+
45
46
<script>
46
47
varsrc;// the audio src we are trying to play
47
48
varsoundInstance;// the soundInstance returned by Sound when we create or play a src
@@ -60,7 +61,7 @@ <h1>Sorry!</h1>
60
61
}
61
62
62
63
// check if we are on a mobile device, as these currently require us to launch sound inside of a user event
63
-
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry OJR blackberry has not been tested yet
64
+
if(createjs.Sound.BrowserDetect.isIOS||createjs.Sound.BrowserDetect.isAndroid){// || createjs.Sound.BrowserDetect.isBlackberry // OJR blackberry has not been tested yet
0 commit comments