how to play wave file using http
Posted
by angelina
on Stack Overflow
See other posts from Stack Overflow
or by angelina
Published on 2010-05-30T11:09:20Z
Indexed on
2010/05/30
11:12 UTC
Read the original article
Hit count: 309
java
|JavaScript
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") %> />
© Stack Overflow or respective owner