View Single Post
  #5 (permalink)  
Old Oct 25th, 2007, 07:11
AdRock's Avatar
AdRock AdRock is offline
SuperMember

SuperMember
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: HTML code for audio player needed

Quote:
Originally Posted by mickaldinho View Post
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>
Does this play alright as anmother member on here has had problems getting his audio player to work?
Reply With Quote