[thelist] embedding an mp3

Paul Backhouse paul.backhouse at 2cs.com
Thu Apr 11 10:01:01 CDT 2002


Changing values to on in the parameters shows the relevant controls etc..

<OBJECT
 ID="MediaPlayer1"
 CODEBASE="http://activex.microsoft.com/activex/controls/
mplayer/en/nsmp2inf.cab#Version=5,1,52,0701"
 CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
 STANDBY="Loading Windows Media Player components..."
 TYPE="audio/mp3">

 <PARAM NAME="FileName" VALUE="MP3Storage/YourTrack.mp3">
 <PARAM NAME="ShowControls" VALUE="0">
 <PARAM NAME="ShowStatusBar" VALUE="0">
 <PARAM NAME="ShowDisplay" VALUE="0">
 <PARAM NAME="TrackTime" VALUE="0">
  <PARAM NAME="AnimationAtStart" VALUE="0">
 <PARAM NAME="TransparentAtStart" VALUE="1">
 <PARAM NAME="AutoStart" VALUE="0">
 <PARAM NAME="AllowChangeDisplaySize" VALUE="0">
  <EMBED type="audio/mp3"
	pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
	SRC="MP3Storage/YourTrack.mp3"
	name="MediaPlayer1">
	</EMBED>
</OBJECT>

-----Original Message-----
Hello,

brain farting, need help. What is the proper code to
use to embed an mp3 using *both* the <object> and
<embed> tags and setting it to autoplay? I know for
embed its autoplay="true" but how do the different
settings get entered for <object> I'd kill for a
snippet of code! :)

tia,




More information about the thelist mailing list