flv movies in folder
I'd like to use videos compressed to flv for some visuals. They seem to play in jit.qt.movie just fine but now I can't get the folder object to see them. I know I have to send file types, does anyone know one for FLV movies? i'd like them to show up in the umenu after the folder they are in is selected.
Max Patch
Copy patch and select New From Clipboard in Max.
You need to define the extension yourself. Have a look in Cycling74 > init > max-fileformats.txt and add a line like:
max fileformat .flv FLAS 0 "Flash Video" moviefile;
where "FLAS" will be the code that objects like [opendialog] and [dropfile] can screen by. You'll have to restart max for this to take effect.
lh
works thanks very much!