Flash SWV files Flash SWV files
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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