swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc .text length limit


From: Antonio Bardazzi
Subject: [Swftools-common] swfc .text length limit
Date: Fri, 2 Dec 2005 23:02:18 +0100
User-agent: Mutt/1.5.6i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]