X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfcombine.c;h=c4889529cc2d0686340f33222cb10b9e0c182317;hp=7181c5c4c8d7c862647dc408a3280efdd7a48764;hb=d85090d5a239735d923590480573573b1d856009;hpb=dfa75b5adac950d31e7427c7cc82a71f5ed04294 diff --git a/src/swfcombine.c b/src/swfcombine.c index 7181c5c..c488952 100644 --- a/src/swfcombine.c +++ b/src/swfcombine.c @@ -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);