Dear all, how can i play wave file using flash .
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") %> />