Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
kenji776 #1
Create a web playlist
Yeah you can probobly see where I am going with this. Basically I have a very
large collection of free music (about 1250) songs that users can play. Instead
of playing a song, click back, find another song, click it, wait for it to
load, then play it and repeat, what if I could make like check boxes next to
each song, then just have the users check the boxes of the song they want to
play, click submit, then have a new window pop up that plays each of their
songs. My question is:
Can anyone think of an easy way to change the song to the next when, when the
last one is done playing? I just need a way for it to see if there is a song
playing, and if there is not, then move to the next song. I know writting the
form itself, and submitting that to the new "player" page will be easy, Im just
not sure how to have the "player" page work with the info it gets? Suggestions?
kenji776 Guest
-
Loading Next FLV in playlist
Hey, I have done the dynamic playlist for streaming video tutorial and works great! ( <a target=_blank class=ftalternatingbarlinklarge... -
Dynamic FLV playlist
Hi guys, Im trying to create a dynamic streaming FLV playlist using the list component and Flash Communication server 1.5. Ive tried modifying... -
using playlist
hi... say i have a bunch of swf files in my pc and i would like to have compile all into a playlist and use Macromedia Flash Player to play the... -
Playlist question
Hi everyone My first post... Well i want to know if is it possible to have a music player in my multimedia production that doesnt use the same... -
Mp3 playlist
2 questions First, i have a generic mp3 player.dir---it works with a playlist (ext text file)and i want to incorporate the playlist into a... -
kenji776 #2
Re: Create a web playlist
Okay guys I am making progess on the project. I have it so it dumps all the
songs, and creates a checkbox for each one. I have to buttons underneath, one
for addings songs to your playlist, and one for adding songs and launching the
playlist. My problem right now is I don't know how to add valus to the session
variable. I am currently using
<cfset #session.playwhat# = #session.playwhat# + form.playwhat>
but thats not right because its not numbers. So stupid question, how to I
stick the form values to the end of the session variable?
kenji776 Guest



Reply With Quote

