xanga music code help, coding |
xanga music code help, coding |
Jun 9 2006, 06:10 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Dec 2004 Member No: 74,764 |
is there any way to make a new song play when the song playing ends?
like say song a is playing and then it ends and then song b starts playing is there a way to do that? all i need is a condition that tells me when the song ends like if (song ends) { play new song } please help meee |
|
|
|
![]() |
Jun 10 2006, 09:21 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
That's the thing I was trying to explain earlier. You do need to know what to do the song ends, otherwise how would you switch the song in the first place? Duh. Unless you were going to make it fluid, like a flash player.
If you created an array with song times, you could pull those up depending on the song (having the times match to the music urls array). That would take care of when the song ends. The part that would be hard is the having it switch to a new song. Because I'm not quite sure how the player pulls up the music and plays it in the first place. |
|
|
|
goodeddie xanga music code help Jun 9 2006, 06:10 PM
fishcake-y There's no way to do that because the embed ta... Jun 9 2006, 06:50 PM
goodeddie are you sure?? cant someone just like look at the ... Jun 9 2006, 06:53 PM
fishcake-y .... What? You can't play a new song (you can ... Jun 9 2006, 07:02 PM
goodeddie newSTATE is the condition for the end of the song?... Jun 9 2006, 10:39 PM
fishcake-y It tells the player what to do if the song ends. D... Jun 10 2006, 11:24 AM
goodeddie i know some java script but then i dont need to kn... Jun 10 2006, 01:48 PM
goodeddie hmm all true >:] but then it gave me more ideas... Jun 10 2006, 11:49 PM![]() ![]() |