I am using the following code to play an audio file from local drive.
I am not able to access the local drive path.
//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" />';