X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdevices%2Fswf.c;h=2f410e79b9a3f0c3497e1a83e35b267e7bf42f79;hp=126d53bbfe5c74be358ca95e7c44daa75f6b4d9b;hb=75b8553b58806406c4378e3685e94883f6703fc0;hpb=34e395874f66f71ed68a3d74ef9d6b9f706eff06 diff --git a/lib/devices/swf.c b/lib/devices/swf.c index 126d53b..2f410e7 100644 --- 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;