sephiroth.it - PHP SWF Reader File_SWF which inherits from PEAR package, allows operations I/O on swf files. Basically, other than returning all the main information from an swf file, such as the bg color, framerate, player version, compression, protection used, movie size.. it allows to modify some of those parameters. PHPでSWFファイルをいじるサンプル <?php // include the PEAR package require "File/SWF.php";