You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been using the fantastic basic mp3 player button code for years, but I've been facing an issue I still cannot figure out. I have playNext set to true in the config, but I keep running into an error on mobile/iOS devices.
Whenever there are multiple mp3 play buttons present on a page in my web application, playNext works great to advance through them to play the whole playlist. This feature works on desktop/laptop web browsers as well as mobile browsers except when the mobile device is locked. Once the mobile screen locks, the playNext feature stops.
I've tried setting up SoundManager2 to use Flash version 9, but that didn't bring me any luck. I've been trying to find the root of the issue, but it's tough to troubleshoot. Any ideas about what to try?
The text was updated successfully, but these errors were encountered:
Been using the fantastic basic mp3 player button code for years, but I've been facing an issue I still cannot figure out. I have
playNext
set totrue
in the config, but I keep running into an error on mobile/iOS devices.Whenever there are multiple mp3 play buttons present on a page in my web application,
playNext
works great to advance through them to play the whole playlist. This feature works on desktop/laptop web browsers as well as mobile browsers except when the mobile device is locked. Once the mobile screen locks, theplayNext
feature stops.I've tried setting up SoundManager2 to use Flash version 9, but that didn't bring me any luck. I've been trying to find the root of the issue, but it's tough to troubleshoot. Any ideas about what to try?
The text was updated successfully, but these errors were encountered: