music code doesnt work |
music code doesnt work |
Dec 29 2004, 09:00 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 104 Joined: Jun 2004 Member No: 23,739 |
is there anything wrong with this music code, because it will not play on my site
<BGSOUND SRC="http://home.comcast.net/~rregeeton4u2000/DjLegacyOnlyYouRmx.wma"LOOP=infinite AUTOSTART=true><center><a target="_blank" href="http://members.migente.com/Reggaeton4u2000"><img src="http://home.comcast.net/~reeggaeton4u2000/NoelsBanner-best1.gif"></a></center></font></td></tr></table> |
|
|
|
![]() |
Dec 29 2004, 09:02 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
is that just one song?! =\
if it is you could always just place the URL on the bottom of your look & feel site. it looks like one song.. .. |
|
|
|
Dec 29 2004, 09:15 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 104 Joined: Jun 2004 Member No: 23,739 |
yes, it is, just one song, and i have a playlist on my xanga,...and i tried putting the code at the bottom of look and feel, without the playlist and the whole code wouldnt fit....plz help!!
|
|
|
|
Dec 29 2004, 09:23 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
oh, it's a playlist? When you have a playlist, you just need to insert the URL to where it sys to. can i have a link to your site and the playlist code you're using?
|
|
|
|
Dec 29 2004, 09:30 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 104 Joined: Jun 2004 Member No: 23,739 |
My XANGA
<!-- begin code provided by createblog.com --> <!-- 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"> <select name="playlist" size="1"> <!-- Add song info here --> <option value="0">SONG NAME</option> <option value="1">SONG NAME</option> <option value="2">SONG NAME</option> <option value="3">SONG NAME</option> <option value="4">SONG NAME Hott</option> </select> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> </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(); // Add song URLs here songs[0]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2]="SONG URL HERE"; songs[3]="SONG URL HERE"; songs[4]="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 --> <!-- end code provided by createblog.com --> |
|
|
|
Dec 29 2004, 09:35 PM
Post
#6
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
QUOTE // Add song URLs here songs[0]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2]="SONG URL HERE"; songs[3]="SONG URL HERE"; songs[4]="Song URL here"; You insert the URL there. =\ yeah.. my speakers broke so i cant hear. QUOTE // Add song URLs here songs[0]="SONG URL HERE"; songs[1]="SONG URL HERE"; songs[2]="SONG URL HERE"; songs[3]="SONG URL HERE"; songs[4]="http://home.comcast.net/~rregeeton4u2000/DjLegacyOnlyYouRmx.wma"; umm.. yeah but you hafta put it in order with the song titles and all that junk. if you're confused just ask again.. that was sort of confusing myself. |
|
|
|
Dec 29 2004, 09:50 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 104 Joined: Jun 2004 Member No: 23,739 |
omg thnx ur a big help!!!!
|
|
|
|
Dec 29 2004, 11:39 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
|
|
|
|
![]() ![]() |