View Single Post
  #4 (permalink)  
Old Oct 24th, 2007, 23:57
mickaldinho mickaldinho is offline
Junior Member
Join Date: Oct 2007
Location: Portaferry - Ireland
Age: 18
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML code for audio player needed

This is one i use

<OBJECT HEIGHT="45" NAME="RAOCXplayer" STYLE="FILTER: xray" WIDTH="300" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ID="Player">
<PARAM NAME="StretchToFit" VALUE="0"> <PARAM NAME="AutoStart" VALUE="1"> <PARAM NAME="Balance" VALUE="0">
<PARAM NAME="EnableContextMenu" VALUE="0"> <PARAM NAME="Disabled" VALUE="0"> <PARAM NAME="EnableErrorDialogs" VALUE="0">
<PARAM NAME="CurrentMarker" VALUE="0"> <PARAM NAME="" VALUE="0"> <PARAM NAME="URL" VALUE="http://www.sitename.com/song.mp3">
<PARAM NAME="Mute" VALUE="0"> <PARAM NAME="PlayCount" VALUE="5"> <PARAM NAME="Uimode" VALUE="Full">
<PARAM NAME="Volume" VALUE="50">
</OBJECT>
Reply With Quote