Nuno

Results 5 comments of Nuno

Just ran into the same problem. +1

When you said > it's somethings to do with the path of the images I remembered to try with full path, rather than just relative ones, but it still didn't...

Also run into howler.js precisely because of the same use case. When I saw in the README: > Control sounds individually, in groups or globally Playback of multiple sounds at...

Hey @goldfire, thanks for offering some help here. Really appreciate it. I have tried exactly that, something like: ```javascript function playAll() { var sound1 = new Howl({ src: ['mp3/guitar.mp3'], preload:...

Geez, that was rather a silly mistake on my end. Pulling the `new Howl` calls to when the DOM loads made it work in Safari with no problem. Thanks for...