From 184e254064d3c828222b3d731be47c1cd02e8338 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 21 Apr 2002 21:25:35 +0000 Subject: [PATCH] added flash 6 (mx) tags. --- lib/rfxswf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index a77ef3a..25bdb79 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -282,6 +282,10 @@ int swf_SetRGBA(TAG * t,RGBA * col); #define ST_EXPORTASSETS 56 #define ST_IMPORTASSETS 57 #define ST_ENABLEDEBUGGER 58 +#define ST_MX0 59 /*(?) Components/InitClip */ +#define ST_MX1 60 /*(?) Sorensen Video*/ +#define ST_MX2 61 /*(?) Sorensen Video*/ +#define ST_MX3 62 /*(?) */ #define ST_REFLEX 777 /* to identify generator software */ -- 1.7.10.4