Hi,
endless loop of music file with mediaplayer :
This dont work :
This works and why not the first version?
endless loop of music file with mediaplayer :
This dont work :
B4X:
Dim backgroundMusic As MediaPlayer
backgroundMusic.Initialize
backgroundMusic.Looping=True
backgroundMusic.Load(File.DirAssets,"m7.ogg")
This works and why not the first version?
B4X:
Dim backgroundMusic As MediaPlayer
backgroundMusic.Initialize
backgroundMusic.Load(File.DirAssets,"m7.ogg")
backgroundMusic.Looping=True