SWF バイナリ中の JPEG データを取り出します。(透明度は含みません)
<?php $swf = new SWFEditor(); $swf->input($swfdata); echo $swf->getJpegData($image_id);