1 decade ago by fugufish
initially I used the standard
this works well for Chrome 10+11,Safari 5,FF4, Opera, EXCEPT for IE9 :(
i looked into sound.js, appears that there's a comment left by dom at line 60. Says that IE9 has problems loading.
everything else works fine - all other sound fx load and play perfect.
if I load the music as a sound fx, it works awesome in IE9. (for a temporary fix, how do I loop the sound fx? Any tips?)
// in init():function{} of the game ig.music.add('media/music/music.*'); ig.music.loop; ig.music.volume=0.1 ig.music.play();
this works well for Chrome 10+11,Safari 5,FF4, Opera, EXCEPT for IE9 :(
i looked into sound.js, appears that there's a comment left by dom at line 60. Says that IE9 has problems loading.
everything else works fine - all other sound fx load and play perfect.
if I load the music as a sound fx, it works awesome in IE9. (for a temporary fix, how do I loop the sound fx? Any tips?)