I would like to define all the states in a single file or xml node like this
<mx:states> <mx:State name="listUsers"/> <mx:State name="userDetail"/> </mx:states> And then define each state components and appearance in some other file or node (using AddChild etc.). Is this possible? Thanks, Dan

