Try using the attached modified version of the SoundPlayer.
Remove the current SoundPlayer component from the form, save and close the form, replace the stock version in the AdvancedHMIControls/Components folder with the modified one, rebuild the solution.
The modified version only has 2 triggers, PositiveChange and NegativeChange (AnyChange was removed) and a new LoopSound property.
The change of value will start/stop sound playback when the LoopSound property is set to True, otherwise it will play sound only once.