我正在使用以下代码从本地驱动器播放音频文件。
我无法访问本地驱动器路径。
//for firefox
var a = '<object width="100" height="100" type="application/x-mplayer2" type="audio/wav" data="file:///C:\test.wma">';
//for ie
var a = '<embed src="file:///C:\test.wma" controller="true" autoplay="true" autostart="True" type="audio/wav" />';