Create a web playlist

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Loading Next FLV in playlist
      Hey, I have done the dynamic playlist for streaming video tutorial and works great! ( <a target=_blank class=ftalternatingbarlinklarge...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139