I have created a RESTservice to obtain data from JSON for songs details (e.g. artist, title, album_image, etc)
I added this code to retrieve data every 20s.
setTimeout(function() {
Code: Select all
[i]//location.reload(); ----- I have tried this code but it does not work[/i]
restservice_radio_startpage.execute({}); }, 20000);
However, whenever the service invoked, the audio streaming stop and I had to press "play" button again.
My app is currently shared for support team. The app/project name is "Hy Vong Radio".
Please help.
Regards,
Danny
