coldteam Active Member Licensed User Longtime User Mar 2, 2016 #1 Hello everyone, I'm playing sounds like this: B4X: Dim mp As MediaPlayer mp.Load(File.DirAssets,FileName & ".mp3") mp.Play but all timers waiting when the sound is over how to play music simultaneously or in other flow
Hello everyone, I'm playing sounds like this: B4X: Dim mp As MediaPlayer mp.Load(File.DirAssets,FileName & ".mp3") mp.Play but all timers waiting when the sound is over how to play music simultaneously or in other flow
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2016 #2 The problem is somewhere else. MediaPlayer.Play is not blocking the main thread. Upvote 0