Folks,
The system as is supports normal SWF (Flash files) how ever it doesn't seem to support the newer SWV (Flash Video files) is there a way to allow them to be uploaded and playable. Tried renaming to the SWF which gets past the upload but that unfortunately doesn't fool it into playing them.
Many Thanks
Richard
Add them to the list of allowed file types in coppermine's config. Create a corresponding entry in Coppermine's filetypes table by running a query like this:INSERT INTO CPG_filetypes VALUES ('swf', 'application/x-shockwave-flash', 'movie', 'SWF');
Not sure if this will help, as I don't know that file type.
The suggestion I posted is the generic method to "teach" coppermine new file types.
Many thanks I'll give it a go.
Richard