Previously I was playing it like

 My.Computer.Audio.Play(My.Resources.island, AudioPlayMode.BackgroundLoop)

But for different reasons(such as: lack of setting possibilities), thats not good enough, so I changed to Windows media player, but I have not a clue, how to make the sound loop in the background

有帮助吗?

解决方案

Try:

AxWindowsMediaPlayer1.settings.setMode("Loop", True)
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top