Hi all,
Is my fault or the text attribute of .text directive for swfc is
limited to 128 char?
I've seen the code (src/swfc.c especially the c_text and the lu
functions, lib/q.c especially the map_lookup function) but I'have not
found a fixed buf[128] or similia.
I try with grep '[128]' but nothing is found.
Also in the mailing list archive nothing about .text length limit ;(
my .sc test file is a simple text scroller:
//-- CUT
.flash bbox="1200x130" name="long.swf"
.font font0 filename="fonts/gentium.ttf"
.text txt0 font=font0 text="0123456789 0123456789 0123456789 0123456789
0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789
0123456789 0123456789"
.frame 1
.put txt0
.frame 500
.change txt0 x=-4280
.del txt0
.end
//-- END CUT
please clarify me
best regards
Antonio
_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common