Hello,
I have written this code for playing sound in my application.
SoundPlayer my_wave_file = new SoundPlayer(path);
my_wave_file.PlaySync();
it works fine in my local machine , but when i publish my website sound plays but from my machine , that is where i published the build, i want it should be play on each an every machine which access my web site .