git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5046c2
)
fixed avm3 detection
author
kramm
<kramm>
Thu, 21 Aug 2008 19:00:54 +0000
(19:00 +0000)
committer
kramm
<kramm>
Thu, 21 Aug 2008 19:00:54 +0000
(19:00 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
94346e4
..
b540cf1
100644
(file)
--- a/
lib/rfxswf.c
+++ b/
lib/rfxswf.c
@@
-1336,6
+1336,8
@@
int swf_WriteSWF2(writer_t*writer, SWF * swf) // Writes SWF to file, return
if(swf->fileVersion >= 9) {
TAG*tag = swf->firstTag;
U32 flags = 0x08; // | 128 = usenetwork, | 16 = hasmetadata | 8 = actionscript3
+ int has_version_8_action=0;
+ int has_version_9_action=0;
while(tag) {
/* FIXME: this doesn't find actionscript in buttons */
if(tag->id == ST_DOACTION || tag->id == ST_DOINITACTION)