次のコードを使用して、ローカル ドライブからオーディオ ファイルを再生しています。
ローカル ドライブ パスにアクセスできません。
//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" />';