Autoplay sound MP3

hello friends :
i have a question please let me guide
i have uploaded an MP3 clip to Kodular Assets so i want to play this sound when user open my App for first time .
i mean when Sreen1 initialized this app must play this sound ?
please help ??

use Sound component for this
Set mp3 file name to Sound.Source
and call Sound.Play
blocks (3)
if you want a delay to play sound then use clock component

1 Like

Are you asking That if the user open application For First time Entry then From Second Time It wont

1 Like

Detect first run with tinydb . If first run then play sound else…

2 Likes