BUTTONS, for music |
![]() ![]() |
BUTTONS, for music |
Nov 26 2004, 07:34 AM
Post
#1
|
|
![]() just me ![]() ![]() Group: Member Posts: 13 Joined: Sep 2004 Member No: 49,535 |
how do u make buttons where when u click on it..a song plays..oh ya..when u hover on it it'll display info on what song is playing?
|
|
|
|
Nov 26 2004, 12:30 PM
Post
#2
|
|
![]() Um....Its meeee ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,218 Joined: Mar 2004 Member No: 8,264 |
Here you go..Its was inthe xanga script. Music: Playlist with links.
Copy and paste wherever you want your playlist to appear (in custom header if you want it on top, or in the website stats if you want it in the bottom of your xanga). 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 --> |
|
|
|
Nov 26 2004, 09:10 PM
Post
#3
|
|
![]() just me ![]() ![]() Group: Member Posts: 13 Joined: Sep 2004 Member No: 49,535 |
Thank you..!!!!
|
|
|
|
Nov 26 2004, 09:46 PM
Post
#4
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
QUOTE(lianez @ Nov 26 2004, 6:10 PM) Thank you..!!!! -Topic Closed- |
|
|
|
![]() ![]() |