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:
49b5309
)
named tags are now anchors by default.
author
kramm
<kramm>
Fri, 1 Apr 2005 07:59:58 +0000
(07:59 +0000)
committer
kramm
<kramm>
Fri, 1 Apr 2005 07:59:58 +0000
(07:59 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
d2105e0
..
caa2a52
100644
(file)
--- 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) {