Question on (code)Music Player - Firefox Friendly |
![]() ![]() |
Question on (code)Music Player - Firefox Friendly |
Jun 5 2006, 09:56 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2006 Member No: 418,526 |
Original Post (in forum)
http://www.createblog.com/forums/index.php?showtopic=80690 My question is: What code should i change or add so that the music can repeat all the time? Also, can the music be followed by another one after it finishes playing? Thanks a lot and sorry for my poor English... |
|
|
|
Jun 5 2006, 05:58 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
The music can't be followed by another song. For it repeating... I suppose you could do it like this:
CODE document.write("<embed src="+tips[index]+" showcontrols=0 height=0 width=0 loop=true></embed><br>"+ctips[index]) In place of the original line (at the very bottom of the code).
|
|
|
|
Jun 6 2006, 04:32 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2006 Member No: 418,526 |
The music can't be followed by another song. For it repeating... I suppose you could do it like this: CODE document.write("<embed src="+tips[index]+" showcontrols=0 height=0 width=0 loop=true></embed><br>"+ctips[index]) In place of the original line (at the very bottom of the code).Cool! It works! Thanks so much... One more question: What code should I add so that the music will not be affected when changing pages under my own xanga? |
|
|
|
Jun 6 2006, 04:48 AM
Post
#4
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
^ unfortunately, I do not think that is possible.
The music shuffles to another song OR replays when clicking onto other page of the same xanga. |
|
|
|
Jun 6 2006, 07:19 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jun 2006 Member No: 418,526 |
|
|
|
|
![]() ![]() |