SWF 中のビットマップ画像のサイズを取得します。
<?php $swf = new SWFEditor(); $swf->input($swfdata); foreach ($swf->getBitmapSize($image_id) as $key => $value) { echo "$image_id => width:$width height:$height\n"; }