coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: rconnew on August 16, 2007, 10:06:15 AM

Title: Flash SWV files
Post by: rconnew on August 16, 2007, 10:06:15 AM
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
Title: Re: Flash SWV files
Post by: Joachim Müller on August 16, 2007, 01:16:21 PM
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.
Title: Re: Flash SWV files
Post by: rconnew on August 16, 2007, 01:59:22 PM
Many thanks I'll give it a go.

Richard