QUOTE(salim2 @ 9 May, 2007 - 10:45 AM)

Thank you Jelly Bean for your reply, but yes I did do that.
Also, when I run the application on my console and use the link to the sound file on the web host, it works fine.
It seems like the sound file plays where ever the c# code is, or something.
I'm having the exact same problem. It seems that the sound file plays on the server side rather than on the client side. Sorry, I'm new to .NET development. I think I'm missing something. here...
CODE
SoundPlayer MyPlayer = new SoundPlayer();
MyPlayer.SoundLocation = "http://test/123.wav;
MyPlayer.Play();
When the page with the above code load on the Mobile browser, the *.wav plays on the server instead of on the Mobile device. I need the *.wav file to play on the Mobile device. Do I need some streaming or anything??? Any suggestions? Btw I'm using Mobile Web Form. Thanks.