Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth
Does anyone know how to use CF, Javascript, or jQuery, in particular, to determine the length of an .mp3 file that is sitting on my server? It's not something that is uploaded, but is created on-the-fly from a text file and I need to be able to dynamically determine the length of the audio file

Re: Determine the length of an MP3 file...

2011-06-07 Thread Jerry Milo Johnson
the length of an .mp3 file that is sitting on my server? It's not something that is uploaded, but is created on-the-fly from a text file and I need to be able to dynamically determine the length of the audio file... not the file size, but the duration. Thanks! Rick

RE: Determine the length of an MP3 file...

2011-06-07 Thread Rick Faircloth
Nice... now I'll work on implementing that in my application! Thanks, Jerry! Rick -Original Message- From: Jerry Milo Johnson [mailto:jmi...@gmail.com] Sent: Tuesday, June 07, 2011 3:08 PM To: cf-talk Subject: Re: Determine the length of an MP3 file... I had this bookmarked