added DEFINEMOVIE to define tags
[swftools.git] / lib / modules / swftools.c
index 0af2cbd..e7d4770 100644 (file)
@@ -104,7 +104,9 @@ U16 swf_GetDefineID(TAG * t)
     case ST_DEFINETEXT2:
     case ST_DEFINESOUND:
     case ST_DEFINESPRITE:
+    case ST_DEFINEMOVIE:
     case ST_DEFINEVIDEOSTREAM:
+    case ST_VIDEOFRAME: //pseudodefine
     case ST_NAMECHARACTER: //pseudodefine
       id = swf_GetU16(t);
       break;
@@ -237,6 +239,7 @@ static int swf_pseudodefiningtagids[] =
  ST_DEFINEBUTTONSOUND,
  ST_NAMECHARACTER,
  ST_DOINITACTION,
+ ST_VIDEOFRAME,
  -1
 };