X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfc.c;h=caa2a52cd732cfc0d8ffd44ee717b6da1e5e2e96;hb=301540637a34d16cb61ef68208b3db160243a98c;hp=d2105e03a4e13c3943fb818d9ca4ccddb11f7ca8;hpb=49b5309d4910ff28785c905db5d16895f4f46ae1;p=swftools.git diff --git a/src/swfc.c b/src/swfc.c index d2105e0..caa2a52 100644 --- a/src/swfc.c +++ b/src/swfc.c @@ -727,11 +727,13 @@ void s_frame(int nr, int cut, char*name) if(t==nr-1 && name && *name) { tag = swf_InsertTag(tag, ST_FRAMELABEL); swf_SetString(tag, name); + swf_SetU8(tag, 1); //make this an anchor } } if(nr == 0 && currentframe == 0 && name) { tag = swf_InsertTag(tag, ST_FRAMELABEL); swf_SetString(tag, name); + swf_SetU8(tag, 1); //make this an anchor } if(cut) {