music playlist doesnt work, help idk whats wrong with it! |
music playlist doesnt work, help idk whats wrong with it! |
Oct 2 2004, 09:27 PM
Post
#1
|
|
![]() im lying just to keep you here ![]() ![]() ![]() Group: Member Posts: 89 Joined: Jul 2004 Member No: 33,947 |
i put this code in my xanga but not all the songs feel like working or something, but they're all formatted right i just don't know whats wrong. do you know whats wrong?
<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"> <a href = "java script:PlaySong(' http://195.161.115.251/lofi/20/209928.mp3&...uot;>Seether - Gasoline</a> <a href = "java script:PlaySong(‘ http://a420.v8383d.c8383.g.vm.akamaistream...quot;>Taking Back Sunday - Cute Without the e</a> <a href = "java script:PlaySong(' http://a420.v8383d.c8383.g.vm.akamaistream...;)">All American rejects – My Paper Heart</a> <a href = "java script:PlaySong(' http://a420.v8383d.c8383.g.vm.akamaistream...;)">All American Rejects – One More Sad Song</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/74/187_1_7_04.asf')">Sarah McLachlan - Angel</a> <a href = "java script:PlaySong(' http://a420.v8383d.c8383.g.vm.akamaistream....asf)"> Something Corporate – Punk Rock Princess</a> <a href = "java script:PlaySong(' http://195.161.115.251/lofi/22/225317.mp3&...quot;>Ashlee Simpson – Love for Me</a> <a href = "java script:PlaySong(' http://195.161.115.251/lofi/22/225315.mp3')"> Ashlee Simpson – Love Makes the World Go Round </a> <a href = "java script:PlaySong(' http://a420.v8383d.c8383.g.vm.akamaistream...;)">The Starting Line – Best of Me</a> <a href = "java script:PlaySong(' http://195.161.115.251/lofi/20/203858.mp3&...">Ciara - Goodies</a> |
|
|
|
smilingslightly music playlist doesnt work Oct 2 2004, 09:27 PM
avalon* well first of all, some of your links are broken. Oct 2 2004, 09:37 PM
matthufham they all are see how they have the ... in the url Oct 2 2004, 10:02 PM
avalon* isn't that cause the url is too long? lol Oct 2 2004, 10:06 PM
matthufham o that's right, if they put it in a code form ... Oct 2 2004, 10:09 PM![]() ![]() |