Flash SWV files Flash SWV files
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Flash SWV files

Started by rconnew, August 16, 2007, 10:06:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rconnew

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

Joachim Müller

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.

rconnew

Many thanks I'll give it a go.

Richard