Flash SWV files Flash SWV files
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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