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:
34e3958
)
SWF are local-with-network by default, now
author
kramm
<kramm>
Tue, 6 Jan 2009 21:25:42 +0000
(21:25 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:25:42 +0000
(21:25 +0000)
lib/devices/swf.c
patch
|
blob
|
history
diff --git
a/lib/devices/swf.c
b/lib/devices/swf.c
index
126d53b
..
2f410e7
100644
(file)
--- a/
lib/devices/swf.c
+++ b/
lib/devices/swf.c
@@
-1106,6
+1106,7
@@
void gfxdevice_swf_init(gfxdevice_t* dev)
i->swf->movieSize.ymin = 0;
i->swf->movieSize.xmax = 0;
i->swf->movieSize.ymax = 0;
+ i->swf->fileAttributes = 9; // as3, local-with-network
i->swf->firstTag = swf_InsertTag(NULL,ST_SETBACKGROUNDCOLOR);
i->tag = i->swf->firstTag;