cheesecake
05-21-2008, 04:14 AM
I'm trying to achieve the glow effect on a Tab Navigator, but I want to fire off two of them instead of just one. Is there syntax to handle 2 effects on a creationcomplete?
<mx:TabNavigator id="myTabNav" onCreationCompleteEffect="{glow1}"/>
how can I execute glow1 and glow2?
thanks in advance
<mx:TabNavigator id="myTabNav" onCreationCompleteEffect="{glow1}"/>
how can I execute glow1 and glow2?
thanks in advance