more MX tags.
[swftools.git] / lib / modules / swfdump.c
index ffed0f9..b07b021 100644 (file)
@@ -153,6 +153,16 @@ char* swf_TagGetName(TAG*tag)
            return "ENABLEDEBUGGER";
         case ST_REFLEX:
             return "REFLEX";
+        case ST_MX0:
+            return "MX0";
+        case ST_MX1:
+            return "MX1";
+        case ST_MX2:
+            return "MX2";
+        case ST_MX3:
+            return "MX3";
+        case ST_MX4:
+            return "MX4";
     }
     return 0;
 }