<object id="AudioPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
>
<param name="AutoStart" value="True" />
<param name="URL" value="<%=filePath %>" />
<param name="uiMode" value="full" />
<param name="volume" value="100" />
<!-- Turn off the controls -->
<embed autostart="1" height="100%" name="AudioPlayer" showcontrols="1" src='<%=filePath %>'
type="application/x-mplayer2" volume="10" width="100%"></embed>
</object>
>
<param name="AutoStart" value="True" />
<param name="URL" value="<%=filePath %>" />
<param name="uiMode" value="full" />
<param name="volume" value="100" />
<!-- Turn off the controls -->
<embed autostart="1" height="100%" name="AudioPlayer" showcontrols="1" src='<%=filePath %>'
type="application/x-mplayer2" volume="10" width="100%"></embed>
</object>
http://eprice.co.in/categories/audio.php can be helpful here.
ReplyDelete