Playing Sound In Android.
Posted: Sun Jan 10, 2021 4:18 am
Hi Guys!!
I have the following code,
I have included the audio files in the Standalone Application Settings/Copy Files menu. No luck... Any ideas??
Many Thanks,
Googie.
I have the following code,
Code: Select all
on mouseDown
put specialFolderPath("engine") & "/Applause.wav" into tSoundFile
play tSoundFile
put specialFolderPath("documents") & "/Applause.wav" into tSoundFile
play tSoundFile
end mouseDown
Many Thanks,
Googie.