1 decade ago by alexz
I have no sound/music in Chrome 9.0.597.84.
Also Chrome throws the following exception when shooting a projectile while at least another projectile is currently active (flying):
Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 - sound.js:86
which is the following line:
channels[0].currentTime = 0;
Removing that line gets rid of the exception and doesn't seem to have any sideeffects, though I still don't have any sound or music.
Sound and music work fine when using Firefox 3.6.13.
ImpactJs library used is 1.16.
I found this regarding the exception, hope it helps finding a solution:
http://kobesearch.cpan.org/htdocs/HTML-DOM/HTML/DOM/Exception.pm.html#INVALID_STATE_ERR_11
Also Chrome throws the following exception when shooting a projectile while at least another projectile is currently active (flying):
Uncaught Error: INVALID_STATE_ERR: DOM Exception 11 - sound.js:86
which is the following line:
channels[0].currentTime = 0;
Removing that line gets rid of the exception and doesn't seem to have any sideeffects, though I still don't have any sound or music.
Sound and music work fine when using Firefox 3.6.13.
ImpactJs library used is 1.16.
I found this regarding the exception, hope it helps finding a solution:
http://kobesearch.cpan.org/htdocs/HTML-DOM/HTML/DOM/Exception.pm.html#INVALID_STATE_ERR_11