hello
i create radio stream app that play more than one radio.
when we click in the title of the radio or the logo the audio panel will stop the radio stream and play the next one
i put in the java script this code for one radio station
var player = Tiggzi('mobileaudio_62').eq(0);
player.empty().append('');
player.empty().append('');
player.empty().append('');
player[0].play();
showSpinner();
player.on('canplay', function () {
hideSpinner();
});
and every radio have the same code but with changing the src of the radio.
its not work all the time and i git error load page and some times i need to click twice to play the radio