标签: c# asp.net html html5
我无法在aspx页面播放(.wav - 13位)文件。我尝试过Html5播放器,在html中嵌入媒体播放器,在asp.net中嵌入SoundPlayer。我不想转换我的wav文件。有没有解决方案?感谢...
答案 0 :(得分:0)
<强>背景强>
<embed src="bgsound.wav" hidden="true" autostart="true" loop="1">
点击:
<a href="success.wav">Play Sound</a>
http://www.phon.ucl.ac.uk/home/mark/audio/play.htm 你试试这个吗?
来源:Best way to play wav files in the browser?