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")
Code:
        SEffect.Play()
this here above is my code, but its not working..

anybody help?

thanks