request: playlist with links, need help..! |
![]() ![]() |
request: playlist with links, need help..! |
Nov 5 2004, 10:11 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Nov 2004 Member No: 60,342 |
i wanted the kind of playlist that looks like this...:
Playlist: Band1 - Song1 Band2 - Song2 in which the band...song... thing are links and ppl just click them and listen...does anyone can understand me?? i saw it once in a xanga site but i just can figure out the code...plz help!! |
|
|
|
Nov 5 2004, 01:16 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,414 Joined: May 2004 Member No: 17,033 |
you mean like at this site www.xanga.com/kill ? the drop down or like when u hover it it will say the name or what be more specific
|
|
|
|
Nov 5 2004, 08:26 PM
Post
#3
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,154 Joined: Aug 2004 Member No: 41,985 |
i think you want this:
CODE <!-- 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"> Choose your song: <a href = "javascript:PlaySong('http://SONG URL 1')" title="Song title - Artist">1</a> <a href = "javascript:PlaySong('http://SONG URL 2')" title="Song title - Artist">2</a> <a href = "javascript:PlaySong('http://SONG URL 3')" title="Song title - Artist">3</a> <a href = "javascript:PlaySong('http://SONG URL 4')" title="Song title - Artist">4</a> | <a href = "javascript:PlaySong('#')" title="Mute Music">OFF</a> </div> <!-- end code provided by createblog.com --> [[http://www.createblog.com/forums/index.php?showtopic=6483]] |
|
|
|
Nov 5 2004, 10:44 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Nov 2004 Member No: 60,342 |
hmmm...i hope that will work...coz i had tried already the darkplayer and another ones...but it always appear and error in the browser and the music won't play...
actually i saw the playlist i wanted in www.xanga.com/zosia... maybe u guys can check it!?.and thx for the code..i'll try it..but if i wanted it to appear in the bottom of the site? can my site do that? anyway...thx for the help! |
|
|
|
Nov 6 2004, 11:58 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 15 Joined: Nov 2004 Member No: 60,342 |
|
|
|
|
![]() ![]() |