I am in need of a news ticker/scroller too, and I'm wondering if I'm just
better off building it in Flash rather than Flex?

Another question related to the timer...in AS2 I used setInterval or
onEnterFrame for animation, but (at least the way I did it) with both of
those methods performance degraded as the animations ran if the actions were
not deleted at some point (in other words you could not do a constant
animation with either of those effects).

Does anyone know if this happens with the Timer object too? I know you can
pass a "tick" limit to stop the timer, but I found out (hehe - by accident)
that if you pass a 0 it just keeps going. Is that an evil thing to do? Maybe
I'm just going about it it all wrong and this is not even an issue, if so
I'd appreciate any advice :)

Thanks,
Rachel

On 11/17/06, KP <[EMAIL PROTECTED]> wrote:

 Hi All,



Sorry for bugging you on this one again but below is the sample code which
contain textArea and I want to som how autoscroll the contect present in
textarea.

I have already used *verticalScrollPosition* and timer for doing this but
it does not look good I want to give it a professional look like the link
below



http://projects.willstream.com/rssticker/index1.html



can some one suggest some solution..thanks in advance.



Kumar



<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">

            <mx:Canvas x="100" y="75" width="200" height="202">

                        <mx:TextArea x="20" y="24" width="170"
height="92">


<mx:text>sdf..sdfl'l'l'lsdfsl'fls'dlfdl;f

                                    some others things bla bla dfljljlj
dfgkjdlgjlkdfg

                                    ljsdlfjldfjlsjdfl

                                    sdkljflsdjfljsdf

                                    jsldjflsdjflsjdf

                                    jsldjflsdjflsjdf

                                    lsdjfljsdlfjsdf

                                    lsdjfljsdlfjslf

                                    lsdjfljslfjsldf

                                    lsdjflsjdf</mx:text>

                        </mx:TextArea>

            </mx:Canvas>



</mx:Application>

Reply via email to