Log In · Register

 
Where is?, the music script section
kelllllly
post Aug 3 2004, 08:28 PM
Post #1


Senior Member
***

Group: Member
Posts: 93
Joined: Mar 2004
Member No: 9,929



I have a music on/ off trigger on my site, and i just deleted it, but i want it back! I cannot find it anymore. Can i still use it, and if so can sumone pleazse give me the script?? thanks! kelllllly mellow.gif
 
 
Start new topic
Replies (1 - 5)
LatinaLady
post Aug 3 2004, 08:44 PM
Post #2


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



its on the music scripts 3rd page should be on top
 
kelllllly
post Aug 4 2004, 09:49 AM
Post #3


Senior Member
***

Group: Member
Posts: 93
Joined: Mar 2004
Member No: 9,929



where's the music scripts section??
 
kelllllly
post Aug 4 2004, 09:52 AM
Post #4


Senior Member
***

Group: Member
Posts: 93
Joined: Mar 2004
Member No: 9,929



i asked someone a question and they said to look in the music scripts section. Where is that? i am looking for a "music on/off trigger" if yo ucan help me out thanks! i still need the script! kelly>>>>>>>>>>>xanga blink.gif
 
lookitskim
post Aug 4 2004, 09:56 AM
Post #5


I HEART NICHOLAS TSE
******

Group: Official Member
Posts: 2,726
Joined: Apr 2004
Member No: 14,116



http://www.createblog.com/forums/index.php...key=title&st=60


Topic Merged


Please do not make another thread asking the same question
 
kelllllly
post Aug 4 2004, 10:11 AM
Post #6


Senior Member
***

Group: Member
Posts: 93
Joined: Mar 2004
Member No: 9,929



thanks,. and sorry about writing twice! if you look on my >>>xanga<<< you see that i have a playlist where theres a drop down menu. I dont want it to be a drop down becasue i only have one song. what would i take out of the code if i didnt want it to be a drop down menu? thanks again! kelllllly

this is the code v

CODE
<!-- begin code provided by createblog.com -->

<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:#000000; WIDTH: 400px; COLOR: #00ffff; font-face: arial" name="playlist" size="1">
<option value="0">Now playing // Don't speak by No Doubt</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.amonet.miraco.pl/muzyka/no_doubt.mp3";
songs[1]="SONG URL HERE";
songs[2] ="SONG URL HERE";
songs[3] ="SONG URL HERE";
songs[4] ="SONG URL HERE";
songs[5]="SONG URL HERE";

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>
<!-- end code provided by createblog.com -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: