且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在ASP.NET Web应用程序中播放.wav文件?

更新时间:2022-11-05 20:44:59

请参阅 asp.net autoplay - Google搜索 [ ^ ]。

He all,

currently I'm doing a project. So, in that application, When we met a condition, then the Sound file will play through the client's media player.

Here is the code, which is not working, please help:


<div id="audply">


</div>



and code behind file contains

audply.InnerHtml = "<audio preload="\"auto\"" autoplay="\"autoplay\""> <source src="\"test-stun.wav\"" type="\"audio/wav\"" />";

What I have tried:

I have tried above code couple of time....

See asp.net autoplay - Google Search[^].