X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fswfcombine.c;h=c4889529cc2d0686340f33222cb10b9e0c182317;hb=95903addc2703a928de38e99b4274a5d3da44aa2;hp=7ada69b5ac6bcd75d80af2d59ce624bd6d207001;hpb=8978b24a969f73518ecde87b24d972c7030e91f6;p=swftools.git diff --git a/src/swfcombine.c b/src/swfcombine.c index 7ada69b..c488952 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -226,7 +226,7 @@ static struct options_t options[] = { {"r", "rate"}, {"X", "width"}, {"Y", "height"}, -{"N", "local-with-networking"}, +{"N", "local-with-network"}, {"L", "local-with-filesystem"}, {"z", "zlib"}, {0,0} @@ -1003,6 +1003,18 @@ void normalcombine(SWF*master, char*slave_name, SWF*slave, SWF*newswf) msg(" Slave file attached to object %d.", defineid); } } + } else if(tag->id == ST_EXPORTASSETS) { + int t; + int num = swf_GetU16(tag); + for(t=0;t Slave file attached to object %d exported as %s.", id, name); + } + } } else if(tag->id == ST_SYMBOLCLASS) { /* a symbolclass tag is like a define tag: it defines id 0000 */ int num = swf_GetU16(tag);