Thanks for the input Mike, it's a good idea which will solve my problem, but it is still sort of a last-resolution solution -- since I will need to have a list of all these loader-animations and stop each one of them - in additon to implementing a solution like this each time one of them is in use.
I was hoping to have the loader-animation component fix this itself - if it knew when it was being displayed or not it could stop/start the animation. So that the programmer who uses the loaderanimation doesn't have to think about it :-) 2008/6/26 Michael Schmalle <[EMAIL PROTECTED]>: > Hi bjron, > > This is just a guess but how bout adding a 'change' listener to the > viewstack and use the old index to get the last selected child, then get > it's timer and stop it with that. > > ... just a thought > > Mike > > > -- > Teoti Graphix, LLC > http://www.teotigraphix.com > > Teoti Graphix Blog > http://www.blog.teotigraphix.com > > You can find more by solving the problem then by 'asking the question'. > > -- ======================== http://www.juicability.com - flex blog http://www.43min.com - funny movies

