I'm using SoundManager2.js on a project that I'm working on. My application has ajax navigation, which allow me to have sound playing (with SoundManager2.js) while the user navigates between pages.
But, that's not what happens: when SoundManager2.js begins loading a sound, all http connections are frozen. What I mean is that I can't communicate with my server while a sound is loading. As soon as my sound finishes loading, all requests are sent.
I've already searched on Google, but nobody seems to have had this problem. Does anybody have any idea what could cause this kind of behaviour?
Thank you!