SWF バイナリ中のタグ一覧を取得します。
<?php $swf = new SWFEditor(); $swf->input($swfdata); foreach ($swf->getTagList() as $seqno => $tagInfo) { var_dump($tagInfo); }