Hi,
I need to play/stop a sound (looping) in my c# code behind. I've used .net SoundPlayer class. two issues:
1 - when I specify a physical path as sound file path with @ sign in front of the string it works but when I specify local path e.g. sounds/mysound.wav it get an error saying Please ensure that the sound file exists at this location. !!!!!!!
2 - I need to play and stop the sound both from code behind and javascript (stop only). any idea how to stop this soundplayer element from javascript?
Thanks for your help
...
Go to the complete details ...