i have tried to make my media player work..bt its not working..i used these lines of code only to display the player:
<object height="320px" width="240px" type ="video/x-ms-wmv">
<param name="src" value="http://localhost/Music.wmv" />
</object>
it is only displaying the player..how do i add music with the format of mp3,wav to it.. how do i make to play,select the song from some folder and is this the right player formart for audio player?