2024 Mar 17 10:13 PM
I have built an app that plays several audio files from external URLs, using a scroll view linked in repeat to a page variable. Each element of the scroll view is linked to an audio streaming URL, and I can listen to the music but have been unable to display the titles and performers that are displayed in the respective remote players, changing with each track. Can you please help me with this? Thank you.
2024 Mar 18 1:49 PM
2024 Mar 21 3:32 PM
Hi, you can find attached the tree view. As you can see it is a very simple scroll view , where the list of objects is binded in repeat to a page variable.
In the meantime I solved binding a web view to the field "song title" of the variable, that's an http URL. But I'm not sure that this is the best solution. I am an absolute beginner, still studying when I have time.
What do you think? Many thanks
2024 Mar 24 10:43 AM
Are you saying you manually created a page variable with a list of URLs (and maybe other data), and those URLs play the songs?
Are those URLs open or require authentication? Are you getting the list from an API? And can you show the actual UI that you created.
I clicked the link above and all that there was was the name of the song.
2024 Mar 21 7:03 PM
In addition, I can show you all the options that the webmaster provided me to view the details of each song.
https URL (the one I used as web view):
https://www.radiojapp.it/radiojapplayer_bis/song_title.html
javascript:
<script language="javascript" type="text/javascript" src="https://eu1.fastcast4u.com:2199/system/streaminfo.js"></script>
html code:
<span class="cc_streaminfo" data-type="song" data-username="kyyvazmd2">Loading ...</span>
[16/3, 16:27]