[linux-audio-user] audio editor that imports real audio

Lloyd R. Prentice pai at tiac.net
Sat Oct 12 13:44:00 EDT 2002


Hi Patrick,

Patrick Shirkey wrote:

> I want to access a dj set that is pointed to/linked to through a cfm
> file. The file is actually an asf which xine and mplayer support but
> neither of them can understand how to read the link.
>
> I have been trying to get freeamp but the site is either down or it's
> moved and I don't have the correct link.
>
> realplayer and xmms cannot access the stream either.
>

Cold Fusion deals with files through the <CFFILE ACTION="someAction"> tag,
where someAction = Move|Rename|Copy|Delete|Read|Write.

An example of the Read action would be:

<CFFILE ACTION="Read"
FILE="file_name"
VARIABLE="var_name">

var_name is the name of the CF variable that will contain the file once it's read.

Is this any more help?

Best wishes,

Lloyd R. Prentice








More information about the Linux-audio-user mailing list