HI,

Is it possible to call a state inside other component

for eg.

in 1.mxml i have a state name "one"

 <mx:states>

  <mx:State name="one">

 </mx:State>

</mx:states>

in 2.mxml i have a state name "two"

 <mx:states>

  <mx:State name="two">

<mx:AddChild click=""/>

 </mx:State>

</mx:states>

i need to call state "one" in 1.mxml inside state "two" button click...
-- 
Mathew Easow Jacob,
Bangalore.
+91-9886979038

Reply via email to