Playlist Problem |
![]() ![]() |
Playlist Problem |
![]()
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?
|
|
|
![]()
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.
|
|
|
![]()
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?
|
|
|
![]()
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...
|
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 ![]() |
really? what is the code you are using?
|
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Dec 2004 Member No: 70,079 ![]() |
I'm an HTML Moron... Don't hate me
![]() <!-- 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 --> |
|
|
![]()
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 ![]() |
hmm, it works for me
![]() |
|
|
![]()
Post
#8
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Dec 2004 Member No: 70,079 ![]() |
Hmm. Wierd...
![]() Thanks! ::continues working on xanga:: |
|
|
![]()
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 ![]() |
yeah maybe it's just your computer
![]() ![]() |
|
|
![]() ![]() |