scottschiller / SoundManager2

A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + RTMP, providing reliable cross-browser/platform audio control in as little as 12 KB. BSD licensed.
http://www.schillmania.com/projects/soundmanager2/
Other
4.99k stars 768 forks source link

Several sounds with same URL prevent setPosition() except for the last one #185

Open vincentwinkel opened 7 years ago

vincentwinkel commented 7 years ago

Hi, When there are several sounds with same URL, setPosition(int) returns: setPosition(int): Cannot seek yet, sound not ready when trying to start then setPosition() on a sound, except for the last one which works correctly. jsFiddle

Maybe it's linked to this issue.

Tested with the last version (V2.97a.20170601). This behaviour didn't appear with the old version I used before (V2.97a.20131201)