From f87483388ce7df3ceb4d74344d06d3341083b14c Mon Sep 17 00:00:00 2001 From: yoya Date: Sat, 9 Oct 2010 15:15:10 +0000 Subject: [PATCH] =?utf8?q?-=20DefineShape3(32),=20DefineMorphShape(46)=20?= =?utf8?q?=E3=82=92=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=97=E3=81=9F=20-=2016?= =?utf8?q?=20=E3=81=AF=E6=AC=A0=E7=95=AA=E3=81=AA=E3=81=AE=E3=81=A7?= =?utf8?q?=E5=89=8A=E9=99=A4=E3=80=82=E8=AA=A4=E3=81=A3=E3=81=A6=20DefineB?= =?utf8?q?uttonSound(17)=E3=82=92=E5=89=B2=E3=82=8A=E5=BD=93=E3=81=A6?= =?utf8?q?=E3=81=A6=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@231 7c90b180-03d5-4157-b861-58a559ae9d1e --- src/swf_tag.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/swf_tag.c b/src/swf_tag.c index 3185601..5ab2b7e 100644 --- a/src/swf_tag.c +++ b/src/swf_tag.c @@ -34,7 +34,7 @@ swf_tag_info_t swf_tag_info_table[] = { { 13, "DefineFontInfo", NULL }, { 14, "DefineSound", swf_tag_sound_detail_handler }, { 15, "StartSound", NULL }, - { 16, "DefineButtonSound", NULL }, + // 16 missing { 17, "DefineButtonSound", NULL }, { 18, "SoundStreamHead", NULL }, { 19, "SoundStreamBlock", NULL }, @@ -43,8 +43,7 @@ swf_tag_info_t swf_tag_info_table[] = { { 22, "DefineShape2", swf_tag_shape_detail_handler }, { 26, "PlaceObject2", NULL }, { 28, "RemoveObject2", NULL }, - // { 32, "DefineShape3", swf_tag_shape_detail_handler }, - { 32, "DefineShape3", NULL }, + { 32, "DefineShape3", swf_tag_shape_detail_handler }, { 33, "DefineText2", NULL }, { 34, "DefineButton2", NULL }, { 35, "DefineBitsJPEG3", swf_tag_jpeg3_detail_handler }, @@ -52,8 +51,7 @@ swf_tag_info_t swf_tag_info_table[] = { { 37, "DefineEditText", swf_tag_edit_detail_handler }, { 39, "DefineSprite", swf_tag_sprite_detail_handler }, { 43, "FrameLabel", NULL } , - // { 46, "DefineMorphShape", swf_tag_shape_detail_handler }, - { 46, "DefineMorphShape", NULL }, + { 46, "DefineMorphShape", swf_tag_shape_detail_handler }, { 48, "DefineFont2", NULL } , { 56, "Export", NULL } , { 59, "DoInitAction", NULL } , @@ -61,10 +59,8 @@ swf_tag_info_t swf_tag_info_table[] = { { 73, "DefineFontAlignZones", NULL }, { 74, "CSMTextSettings", NULL }, { 75, "DefineFont3", NULL } , - // { 83, "DefineShape4", swf_tag_shape_detail_handler }, - { 83, "DefineShape4", NULL }, - // { 84, "DefineMorphShape2", swf_tag_shape_detail_handler }, - { 84, "DefineMorphShape2", NULL}, + { 83, "DefineShape4", NULL /*swf_tag_shape_detail_handler*/ }, + { 84, "DefineMorphShape2", NULL /*swf_tag_shape_detail_handler*/ }, { 88, "DefineFontName", NULL } , { 777,"Reflex", NULL } , }; -- 2.11.0