I just got my app to the point that I was looking for sounds. opened this forum and typed in “sounds” and before I finished typing it in I saw your post. great timing.
Can I put these sounds on to another page/screen so I don’t mess up anything that is current on the page or does the player need to be on the same page/screen as the button?
In your example you show the button on the same screen as the other elements. Can I just build a screen that has the elements on it and the buttons on other screens.
Sure @SheJiao
Add a true/false parameter called “Muted” to the user collection. Group the audio player by itself and set the visibility to only visible if muted is equal to false. Place a toggle that allows the user to set the ‘muted’ value to true or false.