Bug? MediaPlayer randomly stops playing

ElliotHC

Active Member
Licensed User
I am using this code

B4X:
Dim mp As MediaPlayer
mp.Initialize("mp", File.GetUri(File.DirAssets, "load.mp3"))
mp.Play


And for some unknown reason it won't play the whole thing. It will play anything from between about 2 seconds and 10 seconds..

Seems a bit random.
 
Top