SWF バイナリ中の画像を GIF で差し替えます。
<?php $swf = new SWFEditor(); $swf->input($swfdata); $swf->replaceGIFData($image_id, $gifdata); header('Content-type: application/x-shockwave-flash'); echo $swf->output();