-2
可能重複:
how to play a sound in asp.net web page?如何通過點擊asp.net中的按鈕播放聲音?
嗨,我是想通過點擊按鈕來播放聲音。但它不玩這個聲音。它曾經扮演另一種聲音。 我不想使用絕對地址我需要使用相對地址。 這是我在S的這段代碼值代碼
protected void Button1_Click1(object sender, EventArgs e)
{
System.Reflection.Assembly a = System.Reflection.Assembly.GetExecutingAssembly();
System.IO.Stream s = a.GetManifestResourceStream("chimes.wav");
SoundPlayer player = new SoundPlayer(s);
player.Play();
}
始終是NULL,我不知道爲什麼。
的圖標,如果以幫助區分在服務器上運行:) – Aristos
以上答案都不對我讀到這裏幫助代碼,問題是:每當你點擊一個按鈕時如何發出嘟嘟聲? –
@RonaldinhoLearnCoding使用JavaScript和客戶端Flash http://stackoverflow.com/questions/10648471/how-to-play-audio-and-video-files-in-web-browser/10648724#10648724 – Aristos