B4A version 2.02
There is more code but this is the basics
It plays fine, Once, then stops.
I have it doing what I want with
but shouldn't this loop on it's own?
Thanks,
Kim
There is more code but this is the basics
B4X:
Sub Service_Start (StartingIntent As Intent)
OtherMod.MP.Looping = True
OtherMod.MP.Play
End Sub
It plays fine, Once, then stops.
I have it doing what I want with
B4X:
Sub MP_Complete
OtherMod.MP.Play
End Sub
but shouldn't this loop on it's own?
Thanks,
Kim