SWF バイナリデータを SWFEditor クラス中のデータから構築した SWF データを取得します。
<?php $swfdata = file_get_contents("test.swf"); $swf = new SWFEditor(); $swf->input($swfdata); // (やりたい事) // header('Content-type: application/x-shockwave-flash'); echo $swf->output();