This is the code I am using: <mx:states> <mx:State name="Login"> <view:Login id="login" /> </mx:State> </mx:states>
This is the error I am receiving: In initializer for 'overrides': type view.Login is not assignable to target type Array or target element type I did find an example which does appear to address the issue but I'm not entirely clear on how I should go about resolving the issue. Example where a custom component is used: http://livedocs.adobe.com/labs/flex3/html/help.html?content=using_states_8.html -Clayton

