David
David

Reputation: 4895

Does soundmanager 2 have the same trouble as html5 audio?

I am using Amazing Audio Player to play music in my website. This tool just customizes the native html5 audio. But I'm facing some problems with html's <audio>. Specifically when my script calls load() function.

In Google Chrome's dev tools, I can see that status loops on "pending" when trying to get my mp3 file : screen shot.

Firefox and Opera run it as well, the problems is only on Chrome.

I am now going to use a javascript library : soundmanager 2.

But before, I would like to know if that problems also exists when playing sound using javascript.

Upvotes: 0

Views: 96

Answers (1)

jpbalarini
jpbalarini

Reputation: 1172

I've used sound manager 2 on various projects, I think you should not have any problem.

Upvotes: 1

Related Questions