SystemSounds.Asterisk.Play()在发布后无法正常工作

时间:2013-11-01 06:52:02

标签: c# asp.net c#-4.0 audio windows-7

  SystemSounds.Asterisk.Play();

当我在我的本地srver上测试它而不发布它时,这在我的应用程序中正常工作,但是当它发布时声音没有产生,意味着代码不播放声音。

任何观点????

1 个答案:

答案 0 :(得分:1)

这应该在发布后有效,并在解决方案中保持通知声音

HtmlGenericControl sound = new HtmlGenericControl("<embed src=\"" + path + "\" autostart=\"true\" hidden=\"true\"></embed>");

    PlaceHolder1.Controls.Add(sound);