Hey everyone, my new feature is nearing completetion. I just wanted to know if
anyone has a good idea of how to feed a list that looks like
song.mp31,song2.mp3,song3.mp3,
into a media player, 1 by 1. I just don't know how to tell when one song is
done and move on to the next one. I know i should be using a cfloop to loop
through the session var. If i can't get it to be done automatically I guess I
could add a next and previous button that moves through the song list, but id
really prefer it all to be automatic. Any ideas?