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

How can set sound of first li after dynamically load in bar ui #247

Open zalavadiyarimpal opened 5 years ago

zalavadiyarimpal commented 5 years ago

I have set sound list after ajax call , ajax output is assign to list then i used soundmanager.reboot() function to reset DOM and set default sound from first li .All features are working except pause after playing sound it is not paused but it is replayed after click on pause.