SWF バイナリデータを SWFEditor クラスの中に取り込みます。
<?php $swfdata = file_get_contents("test.swf"); $swf = new SWFEditor(); $swf->input($swfdata); // (やりたい事) //