Making a sound play when button is pressed

I’m trying to make it so when a button is pressed, a sound will play across the Bubble Application. I already have the Sound File in the Database already, I just need to find out how to make it work.

2 Likes

Hi, @cheeriestodin0 )))
You can use ‘Circle Music Player’ plugin.
When you click on the play button, you should create a state with your file
and in this audio player put this state in “Dynamic Link” field.



Do not forget to put a tick next to “auto play when а new song is set”.
If you want to stop the music when you click the stop button set that state empty.

4 Likes

@cheeriestodin0
also you can use Howler.js Plugin

Just put your link in ‘dynamic link’ file and create a workflow ‘play a Howler’


5 Likes

Ok. Thank you @MindForApps

This topic was automatically closed after 70 days. New replies are no longer allowed.