Alter audio player behavior?

gombreak / 2013-04-29 21:27:19   

Hi,

I have an upcoming project which is looking to host multiple 'sound loops' which can be switched on and off manually by the audience. Ideally I'd like to use the built-in Sound Manager 2 service Indexhibit offers- but the behaviour needs to be altered to allow multiple files to play at once (and potentially also allow the track to 'auto-reload' after it's playtime).

Looking into the SM2 360 player (schillmania.com/projects/soundmanager2/demo/360-player/) there's a 'allowMultiple' function that appears to do exactly what I'm after. Is there an equivalent for the Indexhibit player, or an alteration I can make to get this behaviour?

Basically, is this possible?

gombreak / 2013-04-29 21:32:43   

This is a mock-up using the 1pixelout flash player (via Strahler, which has several problems due it's outdated nature) to explain what I mean a little better:
abload.de/img/…

Vaska A / 2013-04-29 21:37:11   

Try this and let me know if it works - alter lines 63 and 64 of the 'mp3' function to this:

  1. soundManager.flashVersion = 9;
  2. soundManager.allowMultiple = true;
  3. soundManager.useFlashBlock = false;", 6);

Does it work?

If not, this is where you start configuring things for the 360 player, as well.

gombreak / 2013-04-29 21:43:10   

Nope, still clears the original sound when I click on a new one.

This thread has been closed, thank you.