Help
-
Search
-
Members
-
Calendar
Full Version:
My Phantom Playlist
Forums
>
Resource Center
>
Webmasters' Corner
>
Webmasters' Corner Resolved Topics
lovelymissphoebe
Jun 22 2005, 07:47 PM
Hey~
what is wrong with this 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>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#transparent; WIDTH: 250px; COLOR: 000000; font-face: verdana" name="playlist" size="1">
<option value="0">Prologue</option>
<option value="1">Overture/Hannibal</option>
<option value="2">Think of me</option>
<option value="3">Angel of Music</option>
<option value="4">Little Lotte/Angel of Music</option>
<option value="5">The Phantom of the Opera</option>
<option value="6">The Music of the Night</option>
<option value="7">Magical Lasso</option>
<option value="8">I Remember/Stranger Then you Dreamt it</option>
<option value="9">Notes/Prima Donna</option>
<option value="10">Poor Fool, He Makes me Laugh</option>
<option value="11>Why Have you Brought me here/I've Been there</option>
<option value="12">All I Ask of you</option>
<option value="13">All I ask of You (Reprise)</option>
<option value="14">Masquerade/Why So Silent</option>
<option value="15">Madame Giry's/The Fairground</option>
<option value="16">Journey to the Cemetery</option>
<option value="17">Wishing you were Somehow Here Again</option>
<option value="18">Wandering Child</option>
<option value="19">The Swordfight</option>
<option value="20">We Have all been Blind</option>
<option value="21">Don Juan</option>
<option value="22">The Point of No Return/The Chandelier Crash</option>
<option value="23">Down Once More/Track Down This Murderer</option>
<option value="24">Learn to Be Lonely</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>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = 1; // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
songs=new Array();
songs[0] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-01%20Prologue.mp3";
songs[1] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-02%20Overture_Hannibal.mp3";
songs[2] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-03%20Think%20Of%20Me.mp3";
songs[3] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-04%20Angel%20Of%20Music.mp3";
songs[4] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-05%20Little%20Lotte_The%20Mirror%20(Angel%20Of%20Music).mp3";
songs[5] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-06%20The%20Phantom%20Of%20The%20Opera.mp3";
songs[6] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-07%20The%20Music%20Of%20The%20Night.mp3";
songs[7] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-08%20Magical%20Lasso.mp3";
songs[8] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-09%20I%20Remember_Stranger%20Then%20You%20Dreamt%20It.mp3";
songs[9] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-10%20Notes_Prima%20Donna.mp3";
songs[10] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-11%20Poor%20Fool,%20He%20Makes%20Me%20Laugh_IL%20Muto.mp3";
songs[11] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-12%20Why%20Have%20You%20Brought%20Me%20Here_Raoul%20I've%20Been%20There.mp3";
songs[12] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-13%20All%20I%20Ask%20Of%20You.mp3";
songs[13] ="http://www.youlooksofine.com/finalthreshold/potoextended/1-14%20All%20I%20Ask%20Of%20You%20(Reprise).mp3";
songs[14] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-01%20Masquerade_Why%20So%20Silent.mp3";
songs[15] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-02%20Madame%20Giry's%20Tale_The%20Fairground.mp3";
songs[16] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-03%20Journey%20To%20The%20Cemetery.mp3";
songs[17] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-04%20Wishing%20You%20Were%20Somehow%20Here%20Again.mp3";
songs[18] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-05%20Wandering%20Child.mp3";
songs[19] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-06%20The%20Swordfight.mp3";
songs[20] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-07%20We%20Have%20All%20Been%20Blind.mp3";
songs[21] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-08%20Don%20Juan.mp3";
songs[22] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-09%20The%20Point%20Of%20No%20Return_Chandelier%20Crash.mp3";
songs[23] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-10%20Down%20Once%20More_Track%20Down%20This%20Murderer.mp3";
songs[24] ="http://www.youlooksofine.com/finalthreshold/potoextended/2-11%20Learn%20To%20Be%20Lonely.mp3";
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms['form'].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>
To anyone that can help me, Thanks!!!!
technicolour
Jun 22 2005, 08:24 PM
Phantom YAY!
But maybe the links are broken. Test the links out.//
I tested a few. They dont work.
demolished
Jun 22 2005, 08:32 PM
Yep, it dont work. i try certain music w/ jukebox .. and it dont work.
lilphoenix
Jun 22 2005, 08:40 PM
AHH... Please use a codebox next time!
Try using another host or file extension, the links looks funky...
lovelymissphoebe
Jun 23 2005, 10:05 AM
Alright, Thanks everyone!! Does anyone happen to know where to find workable links for the Phantom of the Opera (2004) soundtrack??
technicolour
Jun 23 2005, 10:46 AM
Well, if you own the soundtrack you can upload WMA's onto an account on blogupload.com but other than that no clue.
lovelymissphoebe
Jun 23 2005, 10:59 PM
Thanks to everyone who posted!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.