PlayLoop
Previous  Next

Plays an audio file repeatedly.
Syntax: PlayLoop (FileName As String)
The path should be absolute path.

Example:
fmod.PlayLoop (AppPath & "\music.mp3")