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

