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

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] audio editor that imports real audio
From: Lloyd R. Prentice (pai_AT_tiac.net)
Date: Sat Oct 12 2002 - 20:34:51 EEST


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


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Oct 12 2002 - 20:41:18 EEST