[swfmill] how to remmove blinking effect from sliding text
tuneer.sharma at techblue.co.uk
tuneer.sharma at techblue.co.uk
Wed Aug 29 23:49:02 PDT 2007
I am trying to slide a particular text string horizontally in my flash
file , for this in my xml i am
continuously changing X and Y coordinates of the text id ,here is the
code segment
..............................
....................................<frame>
<textfield width ="3325" font ="Font/vera" id ="hellobox" size
="20" height ="20" text ="DESCRIPTION:A stunning 3 bedroom house
conversion very tastefully furnished with all mod cons (TV, Hi Fi incl.)
and boasting a sunny "/>
<textfield width ="2925" font ="Font/vera" id ="hellobox1" size
="20" height ="140" text ="roof terrace with a view. The house has
lots of character and the accommodation comprises ,be aware of
tresspassers ,"/>
</frame>
<frame>
<place id ="hellobox" depth ="3" y ="20" x ="-1000" name ="output"/>
</frame>
<frame>
<place id ="hellobox1" depth ="3" x ="-995" name ="output"/>
</frame>
<frame>
<place id ="hellobox1" depth ="3" x ="-995" name ="output"/>
</frame>
<frame>
<place id ="hellobox" depth ="3" y ="20" x ="-995" name ="output"/>
</frame>
<frame>
<place id ="hellobox1" depth ="3" x ="-990" name ="output"/>
</frame>
<frame>
<place id ="hellobox1" depth ="3" x ="-990" name ="output"/>
</frame>
<frame>
<place id ="hellobox" depth ="3" y ="20" x ="-990" name ="output"/>
</frame>
<frame>
<place id ="hellobox1" depth ="3" x ="-985" name ="output"/>
</frame>
................................................................
the text is slidinfg but it is producing blinking effect, i dont want
the text to blink what should i do please advice.....
thanks
Tuneer
More information about the swfmill
mailing list