Here is a music playlist and control submitted by swt_lil_strawberrie.
Windows Media Player Components
Code:
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
Playlist Form and Controls
Code:
<form name="form">
<select style="FONT-SIZE: 8pt; BACKGROUND:# B3D98C; WIDTH: 150; COLOR: # 1FAD66; font-face: ariel; height:174" name="playlist" size="1">
<option value="0">Song title- Artist</option>
<option value="1"> Song title- Artist</option>
<option value="2"> Song title- Artist </option>
<option value="3"> Song title- Artist </option>
<option value="4"> Song title- Artist </option>
<option value="5"> Song title- Artist </option>
</select><br>
<input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);">
<input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.pause(); playstate=2;">
<input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.stop(); playstate=2;"></p>
</form>
Music Script
Insert all these into where you would like the player.