music with links, combine w/ image mapped |
music with links, combine w/ image mapped |
Dec 13 2004, 07:49 PM
Post
#1
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 |
how do you get the codes to work to an image mapped. ORIGINAL CODE HERE'S MINE |
|
|
|
![]() |
Dec 16 2004, 04:17 PM
Post
#2
|
|
![]() snoobah luvs u! ![]() ![]() Group: Member Posts: 17 Joined: Dec 2004 Member No: 71,978 |
Yeah I did it. I have it on my page now but the thing is I forgot what I did to make the songs play in the background so I'm trying to figure it out. Here's my code, maybe someone can figure out how to embed the song to play in the background:
<script> function PlaySong(name) { //document.write.blogring 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> <center><MAP NAME="map1"> <AREA SHAPE="RECT" COORDS="580,69,592,78" HREF="http://www.culture.zju.edu.cn/new/html/upload/02_Animal_Nitrate.mp3" TITLE=""> <AREA SHAPE="RECT" COORDS="579,84,589,93" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/1/11239/12943_1_2_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="567,99,579,107" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/438/8582_1_1_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="570,113,580,122" HREF="http://weiv.co.kr/ram/0511111.ram" TITLE=""> <AREA SHAPE="RECT" COORDS="603,126,614,136" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/0/1660/28968_1_2_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="602,142,613,150" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/662/28455_1_14_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="617,153,606,163" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/547/28425_1_3_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="595,166,582,179" HREF="http://www.inboil.com/20030218.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="571,184,586,194" HREF="mms://211.233.26.181/46036_1.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="573,199,587,210" HREF="http://weiv.co.kr/ram/0511092.ram" TITLE=""> <AREA SHAPE="RECT" COORDS="603,208,615,220" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/4/28/25402_1_12_04.asf" TITLE=""> <AREA SHAPE="RECT" COORDS="568,224,581,233" HREF="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/2/438/1874_1_12_04.asf" TITLE=""> </MAP> <IMG SRC="http://img.photobucket.com/albums/v207/spicykitti/december/winterblues.jpg" USEMAP="#map1" BORDER="0"></center> |
|
|
|
moorepocket music with links Dec 13 2004, 07:49 PM
lilaznpeter Are you sure there's such thing? I've neve... Dec 14 2004, 12:39 AM
mona lisa well you can make some of the links in image mappe... Dec 14 2004, 04:28 PM
moorepocket QUOTE(lilaznpeter @ Dec 14 2004, 12:39 AM)Are... Dec 14 2004, 05:14 PM
electric shock if you had one song, you could always paste the co... Dec 14 2004, 05:35 PM
moorepocket i want to put the play button in the image instead... Dec 14 2004, 06:34 PM
spicykitti QUOTE(moorepocket @ Dec 14 2004, 5:14 PM)i do... Dec 16 2004, 03:22 PM
mona lisa i mean like when you image map, instead of putting... Dec 16 2004, 03:48 PM
largosama methinks that if you take the music playlist javas... Dec 16 2004, 05:26 PM
spicykitti i tried that and it doesn't seem to work:/ i f... Dec 16 2004, 06:47 PM
shortvi3tlaydee you can just use the darkplayer code or another pl... Dec 16 2004, 06:57 PM
spicykitti Ohh...well my theme i'm working on now, I kind... Dec 16 2004, 07:06 PM
spicykitti I think I found the answer....lemme check Dec 17 2004, 12:45 AM
xquizit Rather than adding the PlaySong command to your ... Dec 17 2004, 09:15 AM![]() ![]() |