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
|
|
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 --> |
|
|
![]() ![]() |