Log In · Register

 
 
Closed TopicStart new topic
Playlist Problem
blackmist006
post Dec 8 2004, 11:54 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: Dec 2004
Member No: 70,079



I finally made a playlist on my site. 6 songs and one that auto starts. Is there a way to 'stop' the auto start to listen to another song while viewing the site?
 
Dusck
post Dec 8 2004, 11:55 PM
Post #2


Magic Crayons
****

Group: Member
Posts: 142
Joined: Nov 2004
Member No: 62,315



I think you HAVE to pick the song you want to listen to if you dunt like the auto start one.
 
kellyannie
post Dec 8 2004, 11:57 PM
Post #3


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



yeah um just click on the song you wanna listen to?
 
blackmist006
post Dec 8 2004, 11:58 PM
Post #4


Newbie
*

Group: Member
Posts: 6
Joined: Dec 2004
Member No: 70,079



Thing is I was testing to see if I could stop that song in mid-play to switch and listen to another on the list and it just kept playing. If I click on another song while the auto is playing, they both play at the same time...
 
kellyannie
post Dec 9 2004, 12:01 AM
Post #5


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



really? what is the code you are using?
 
blackmist006
post Dec 9 2004, 12:04 AM
Post #6


Newbie
*

Group: Member
Posts: 6
Joined: Dec 2004
Member No: 70,079



I'm an HTML Moron... Don't hate me cry.gif

<!-- begin code provided by createblog.com -->
<script>
function PlaySong(name)
{
var text =
"<embed src = \"" + name + "\" type = \"audio/x-bmx\" " +
"backcolor = \"200, 200, 200\" " +
"scrollspeed = 0 " +
"infocolor = \"0, 140, 200\" " +
"width = 0 height = 0" +
">";
if (document.all)
{
// Internet explorer
document.all.Plugin.innerHTML = text;
}
else
{
// Netscape
document.Plugin.document.write(text);
document.Plugin.document.close();
}
}
</script>
<div ID = "Plugin"></div>
<div ID = "PlayList">
Click to Play (gotta wait til auto one is over):
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25831/29427_1_2_04.asf')" title="Give em Hell Kid - My Chemical Romance">*My Chemical Romance</a>
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/2222/11557_1_1_04.asf')" title="Every Me, Every You - Placebo">*Placebo</a>
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/696/24994_1_8_04.asf')" title="Sorrow - Bad Religion">*Bad Religion</a>
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/3362/23326_1_6_04.asf')" title="Chop Suey - System of a Down">*System of a Down</a>
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/22347/28838_1_5_04.asf')" title="Burn, Burn - Lost Prophets">*Lost Prophets</a>
<a href = "java script:PlaySong('http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/10690/12406_1_4_04.asf')" title="Down With the Sickness - Disturbed">*Disturbed</a>
<a href = "java script:PlaySong('#')" title="Mute Music">OFF</a>
</div>
<!-- end code provided by createblog.com --><!-- begin code provided by createblog.com -->
<embed src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25831/29427_1_2_04.asf" hidden=true autostart=true>
<noembed>
<bgsound src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25831/29427_1_2_04.asf">
</noembed>
<!-- end code provided by createblog.com -->
 
kellyannie
post Dec 9 2004, 12:06 AM
Post #7


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



hmm, it works for me huh.gif if i click on another song the auto one stops and the new one plays
 
blackmist006
post Dec 9 2004, 12:09 AM
Post #8


Newbie
*

Group: Member
Posts: 6
Joined: Dec 2004
Member No: 70,079



Hmm. Wierd... blink.gif
Thanks!
::continues working on xanga::
 
kellyannie
post Dec 9 2004, 12:10 AM
Post #9


Senior Member
******

Group: Member
Posts: 2,137
Joined: Nov 2004
Member No: 62,193



yeah maybe it's just your computer _unsure.gif sorry about that happy.gif
 

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