From 4efb9fd5302ab2f93fb4845e431d5b4153fa4df5 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 7 Aug 2007 17:20:33 +0000 Subject: [PATCH] only set HASMETADATA for flash 9 files --- lib/rfxswf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.c b/lib/rfxswf.c index 473dc2e..c7e6562 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -1309,7 +1309,7 @@ int swf_WriteSWF2(writer_t*writer, SWF * swf) // Writes SWF to file, return } } - if(swf->fileVersion >= 8) { + if(swf->fileVersion >= 9) { if (swf->firstTag && swf->firstTag->id != ST_FILEATTRIBUTES) { U32 flags = 0x8; // | 128 = usenetwork, | 8 = hasmetadata -- 1.7.10.4