Solved - Text not updating!

Hi

I have an audioplayer playing a list of audio URL’s and a Text Box displaying the title of the file currently playing.

The text updates when the audioplayer plays next audio automatically. But if i send Play Next from a button, the text with the title stays the same, but audio player plays next file as intended…

27

Any ideas why?

This is the last little weird thing i need to fix before i can start beta testing my app with users, so any advice or help is very appreciated. I am completely stuck here.

THANKS :slight_smile:

Apparently the URL of the Audioplayer doesnt get updated when i send next to audioplayer, but NAME does, so i changed my DB setup and the Recorder to also store the wav names. That solved the problem for me…

1 Like