Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
kenji776 #1
Feeding a Comma Delimited Session var into a web mediaplayer.
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?
kenji776 Guest
-
Comma delimited array into DB problems
Hi, I have an asp page that takes input from a form on the previous page, puts that into an array and inserts the array into SQL server. Now... -
comma delimited list problem
I have a comma delimited list that is loaded into flash using loadvars. How can I convert it into an array? thanks in advance. Shaun -
Splitting Comma delimited list
Hello everyone, I use the following to split a comma delimited list and get varying results and I don't understand why. my count of the... -
Parsing Comma Delimited Strings
Not really, you'll need to do it in a loop but you didn't really mention where the items will go. But here's a start I'll assume your string... -
generate CSV or comma delimited
What's the easiest way to generate CSV or a comma delimited file from an ASP recordset? I've seen a few searching the internet and they appear to be...



Reply With Quote

