Hey,
My application is not playing the sound effect and I don't understand why.
this here above is my code, but its not working..
anybody help?
thanks
My application is not playing the sound effect and I don't understand why.
Code:
Public SEffect As SoundEffectCode:
SEffect = OurContent.Content.Load(Of SoundEffect)("Music/Sounds/Success1")Code:
SEffect.Play()anybody help?
thanks