Thanks to HTML 5.0 we need not have to worry about plugins available in the clients side...
just use the <audio> and <video> tags...
http://www.W3schools.Com/tags/html5_audio.Asp
http://www.W3schools.Com/tags/html5_video.Asp
works well in firefox and other browsers which support open standards laid by w3c
if U want a flexible code then use java scripts like this
<!-- START SOUND CODE, DELETE TO REMOVE --><script language="JavaScript" type="text/javascript">If (navigator.AppName == "Microsoft Internet Explorer") {Document.Write('<bgsound src="dawn.Mp3" LOOP="false">');}Else {Document.Write('<embed type="application/x-mplayer2" pluginspage="http://www.Microsoft...s/MediaPlayer/" Name="MediaPlayer" src="dawn.Mp3" AutoStart="true" ShowStatusBar="0" ShowControls="0" ShowDisplay="0" volume="1" HEIGHT="1" WIDTH="1" loop="false"><br>');}// End --></script><!-- END SOUND CODE -->
-reply by Prasanth



