i’m trying to use the TransitionManager class in an external SWF i’m loading into my main movie. on the main movie it works fine, but inside my “container” nothing seems to work… what am i doing wrong?
[AS]
import mx.transitions.;
import mx.transitions.easing.;
TransitionManager.start(items_button, {type:Fly, direction:Transition.IN, duration:3, easing:Elastic.easeOut, startPoint:2});
[/AS]
:h: