Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Does anybody know how to use a playlist with the Audio Player?
Or another case: if I have 10 songs, how can I implement a PLAY ALL function?
Some code would by great.
It might be possible to simulate playing through a playlist using the javascript events to detect when player completes a track and proceed to the next track. See MobiOne Audio Widget API to learn more about these events. Also, please be aware that this will only work on native apps.
Well as it was done with the old version I dont know if it would help. The from Octavio has the needed info, check the onEnd funciton, this is where you will need to start the next song on the list.