how to play wave file using http
- by angelina
Dear all,
how can i play wave file using http .my content(wave files ) are on remote server.
Client-Server-ContenrServer
I m able to play mp3 files using following code
<embed id="wmp" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="true" width="320" height="240" loop="false"
src=<%= request.getParameter("url") %> />