svnno****@sourc*****
svnno****@sourc*****
2010年 2月 10日 (水) 16:53:47 JST
Revision: 185 http://sourceforge.jp/projects/swfed/svn/view?view=rev&revision=185 Author: yoya Date: 2010-02-10 16:53:47 +0900 (Wed, 10 Feb 2010) Log Message: ----------- author: yoya shape tag 対応は時間がかかりそうなので、不具合対応を優先して機能を外す Modified Paths: -------------- trunk/src/swf_tag.c -------------- next part -------------- Modified: trunk/src/swf_tag.c =================================================================== --- trunk/src/swf_tag.c 2010-02-10 07:48:57 UTC (rev 184) +++ trunk/src/swf_tag.c 2010-02-10 07:53:47 UTC (rev 185) @@ -20,7 +20,8 @@ swf_tag_info_t swf_tag_info_table[] = { { 0, "End", NULL }, { 1, "ShowFrame", NULL }, - { 2, "DefineShape", swf_tag_shape_detail_handler }, + // { 2, "DefineShape", swf_tag_shape_detail_handler }, + { 2, "DefineShape", NULL }, { 3, "FreeCharacter", NULL}, { 4, "PlaceObject", NULL}, { 5, "RemoveObject", NULL}, @@ -40,10 +41,12 @@ { 19, "SoundStreamBlock", NULL }, { 20, "DefineBitsLossless", swf_tag_lossless_detail_handler }, { 21, "DefineBitsJPEG2", swf_tag_jpeg_detail_handler }, - { 22, "DefineShape2", swf_tag_shape_detail_handler }, + // { 22, "DefineShape2", swf_tag_shape_detail_handler }, + { 22, "DefineShape2", NULL }, { 26, "PlaceObject2", NULL }, { 28, "RemoveObject2", NULL }, - { 32, "DefineShape3", swf_tag_shape_detail_handler }, + // { 32, "DefineShape3", swf_tag_shape_detail_handler }, + { 32, "DefineShape3", NULL }, { 33, "DefineText2", NULL }, { 34, "DefineButton2", NULL }, { 35, "DefineBitsJPEG3", swf_tag_jpeg3_detail_handler }, @@ -51,7 +54,8 @@ { 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", swf_tag_shape_detail_handler }, + { 46, "DefineMorphShape", NULL }, { 48, "DefineFont2", NULL } , { 56, "Export", NULL } , { 59, "DoInitAction", NULL } , @@ -59,8 +63,10 @@ { 73, "DefineFontAlignZones", NULL }, { 74, "CSMTextSettings", NULL }, { 75, "DefineFont3", NULL } , - { 83, "DefineShape4", swf_tag_shape_detail_handler }, - { 84, "DefineMorphShape2", swf_tag_shape_detail_handler }, + // { 83, "DefineShape4", swf_tag_shape_detail_handler }, + { 83, "DefineShape4", NULL }, + // { 84, "DefineMorphShape2", swf_tag_shape_detail_handler }, + { 84, "DefineMorphShape2", NULL}, { 88, "DefineFontName", NULL } , { 777,"Reflex", NULL } , };