문제

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